BlitzMax Extended  0.8.17
Pushing Blitz to the Max.
Macros
blitz_macros.h File Reference

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)

Detailed Description

Low-level macros and defines to ease cross-platform programming.

Author:
Fabian Niemann

Macro Definition Documentation

#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