mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
2003-03-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
* include/ntos/types.h (FALSE): Protect with #ifndef FALSE. (TRUE): Protect with #ifndef TRUE. svn path=/trunk/; revision=4311
This commit is contained in:
parent
a9d3504875
commit
09e4426af3
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-03-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* include/ntos/types.h (FALSE): Protect with #ifndef FALSE.
|
||||
(TRUE): Protect with #ifndef TRUE.
|
||||
|
||||
2003-03-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* include/napi/i386/segment.h (put_user, get_user,
|
||||
|
|
|
@ -231,8 +231,12 @@ typedef unsigned short *PRTL_ATOM;
|
|||
|
||||
#endif /* __USE_W32API */
|
||||
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
#endif
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
||||
#ifndef NULL
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in a new issue