mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
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
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user