Pyrogenesis
13997
|
Go to the source code of this file.
Macros | |
#define | WPOSIX_DEFINED_IO_INCLUDE_GUARD |
see rationale in wposix.h. More... | |
#define | _INC_DIRECT |
#define | WPOSIX_DEFINED_DIRECT_INCLUDE_GUARD |
#define _INC_DIRECT |
Definition at line 37 of file no_crt_posix.h.
#define WPOSIX_DEFINED_DIRECT_INCLUDE_GUARD |
Definition at line 38 of file no_crt_posix.h.
#define WPOSIX_DEFINED_IO_INCLUDE_GUARD |
see rationale in wposix.h.
prevent subsequent includes of CRT headers (e.g. <io.h>) from interfering with previous declarations made by wposix headers (e.g. open). this is accomplished by #defining their include guards. note: #include "crt_posix.h" can undo the effects of this header and pull in those headers.
Definition at line 34 of file no_crt_posix.h.