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:
Geoffrey Noer
1996-11-12 02:19:25 +00:00
parent 57821e0c39
commit cad9cd605c
3 changed files with 20 additions and 14 deletions

View File

@ -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));