* include/stdlib.h: Make words after #endif a comment.
This commit is contained in:
parent
313f134979
commit
9d55ae91b8
@ -1,3 +1,7 @@
|
|||||||
|
2003-02-08 Earnie Boyd <earnie@users.sf.net>
|
||||||
|
|
||||||
|
* include/stdlib.h: Make words after #endif a comment.
|
||||||
|
|
||||||
2003-02-07 Danny Smith <dannysmith@users.sourceforge.net>
|
2003-02-07 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/locale.h: Include stddef.h for definition of NULL.
|
* include/locale.h: Include stddef.h for definition of NULL.
|
||||||
|
@ -236,7 +236,7 @@ __MINGW_IMPORT unsigned int _osver;
|
|||||||
__MINGW_IMPORT unsigned int _winver;
|
__MINGW_IMPORT unsigned int _winver;
|
||||||
__MINGW_IMPORT unsigned int _winmajor;
|
__MINGW_IMPORT unsigned int _winmajor;
|
||||||
__MINGW_IMPORT unsigned int _winminor;
|
__MINGW_IMPORT unsigned int _winminor;
|
||||||
#endif __DECLSPEC_SUPPORTED
|
#endif /* __DECLSPEC_SUPPORTED */
|
||||||
|
|
||||||
#else
|
#else
|
||||||
/* Not msvcrtxx.dll, thus crtdll.dll */
|
/* Not msvcrtxx.dll, thus crtdll.dll */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user