BlitzMax Extended  0.8.11
Pushing Blitz to the Max.
Defines
blitz_macros.h File Reference

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

Go to the source code of this file.

Defines

#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

Define 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