aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorGeoffrey Noer <noer@cygnus>1996-11-12 02:19:25 +0000
committerGeoffrey Noer <noer@cygnus>1996-11-12 02:19:25 +0000
commitcad9cd605caf93d182a55ce929374ab706b9e876 (patch)
treeab3bc6df1f9b2b6ac69c280a7caf9fe59ab1482b /gdb/defs.h
parent57821e0c3995f4df2f4bcb7fba49037ec518f0ce (diff)
downloadgdb-cad9cd605caf93d182a55ce929374ab706b9e876.zip
gdb-cad9cd605caf93d182a55ce929374ab706b9e876.tar.gz
gdb-cad9cd605caf93d182a55ce929374ab706b9e876.tar.bz2
Mon Nov 11 17:15:59 1996 Geoffrey Noer <noer@cygnus.com>
* defs.h: modify Nov 11 12:59:00 change so _MSC_VER is checked instead of _WIN32 * win32-nat.c: fix Nov 11 12:59:00 change (windows.h should be included instead of windefs.h for compilers other than VC++). * mswin/windefs.h: remove ^Ms and change C++ style comments to C style comments
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 2f5ed4a..039bb6a 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -571,7 +571,7 @@ extern char *strsave PARAMS ((const char *));
extern char *mstrsave PARAMS ((void *, const char *));
-#ifdef _WIN32 /* FIXME; was long, but this causes compile errors in msvc if already defined */
+#ifdef _MSC_VER /* FIXME; was long, but this causes compile errors in msvc if already defined */
extern PTR xmmalloc PARAMS ((PTR, size_t));
extern PTR xmrealloc PARAMS ((PTR, PTR, size_t));