| Name | Usage | Definition |
|---|---|---|
| _WIN32_WCE | Compiler/Resource Compiler Defines | Use this define to conditionally compile code targeted for NT emulation or an H/PC. |
| STRICT | Compiler Defines | Denotes strict type checking by compiler. |
| _WIN32_CE_ EMULATION |
Compiler/Resource Compiler Defines | Use these defines to conditionally compile code targeted for NT emulation. |
| _MIPS_ _SH3_ _X86_ |
Compiler Defines | Target CPU defines required by winnt.h to set the proper version of the structure "Context". This structure holds CPU specific information. |
| WIN32 | Compiler Defines | Denotes Win32® application. |