fbxarch.h File Reference

Architecture definition. More...

Go to the source code of this file.

Defines

#define  FBXSDK_DLLIMPORT
#define  FBXSDK_DLLEXPORT
#define  FBXSDK_DLL   FBXSDK_DLLIMPORT

Detailed Description

Architecture definition.

List of available preprocessor defines that can appear on various systems:

Operating System: FBXSDK_ENV_WIN (Windows) FBXSDK_ENV_MAC (MacOSX) FBXSDK_ENV_LINUX (Linux)

Architecture: FBXSDK_ARCH_32 (Intel x86) FBXSDK_ARCH_64 (AMD64)

Compiler: FBXSDK_COMPILER_MSC (Microsoft Compiler) FBXSDK_COMPILER_GNU (GNU Compiler) FBXSDK_COMPILER_INTEL (Intel Compiler)

These definitions are based on the information found here: http://predef.sourceforge.net/index.php

Definition in file fbxarch.h.


Define Documentation

#define FBXSDK_DLLIMPORT

Definition at line 97 of file fbxarch.h.

#define FBXSDK_DLLEXPORT

Definition at line 98 of file fbxarch.h.

#define FBXSDK_DLL   FBXSDK_DLLIMPORT

Definition at line 102 of file fbxarch.h.