summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-03 09:47:46 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-03 09:47:46 +0000
commit583691fe7b21d94f5afc4460c047a194a5fc1430 (patch)
tree2a8d261faf6aeef7a5394395c1c259ec1892a29b /src/util
parent6670038e623dc0d486f24ae72ebfc0d9b1a8d3a1 (diff)
Commented out some Windows specific stuff, this should go into an ifdef at some
point very soon... Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@545 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/util')
-rw-r--r--src/util/getopt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/getopt.c b/src/util/getopt.c
index 2760313d..79938b9a 100644
--- a/src/util/getopt.c
+++ b/src/util/getopt.c
@@ -26,7 +26,8 @@
#include <stdio.h>
/* from stdlib.h */
-_CRTIMP char * __cdecl getenv(const char *);
+
+/*_CRTIMP*/ char * /*__cdecl*/ getenv(const char *);
#ifdef HAVE_CONFIG_H
#if defined (emacs) || defined (CONFIG_BROKETS)