![]() |
BlitzMax Extended
0.8.17
Pushing Blitz to the Max.
|
Low-level macros and defines to ease cross-platform programming. More...
Go to the source code of this file.
Macros | |
| #define | BB_DEBUG TRUE |
| Defined if the operating system is MacOS (X) | |
Low-level macros and defines to ease cross-platform programming.
| #define BB_DEBUG TRUE |
Defined if the operating system is MacOS (X)
Equals the BlitzMax precompiler define ?MacOS: #ifdef BB_OS_MACOS does the same as ?MacOS Defined if the operating system is Windows
Equals the BlitzMax precompiler define ?Win32: #ifdef BB_OS_WIN32 does the same as ?Win32
1.8.1.1