C:/quickbuild-1.2.13/working/root/Docs/TGEA_Offline_Docs/checkouts/engine/source/platform/types.visualc.h File Reference


Defines

#define TORQUE_COMPILER_VISUALC   _MSC_VER
#define FN_CDECL   __cdecl
 Calling convention.
#define for   if(false) {} else for
 Hack to work around Microsoft VC's non-C++ compliance on variable scoping.

Typedefs

typedef signed _int64 S64
typedef unsigned _int64 U64


Define Documentation

#define TORQUE_COMPILER_VISUALC   _MSC_VER

#define FN_CDECL   __cdecl

Calling convention.

#define for   if(false) {} else for

Hack to work around Microsoft VC's non-C++ compliance on variable scoping.


Typedef Documentation

typedef signed _int64 S64

typedef unsigned _int64 U64