|
FBX C++ API Reference
|
Macros to properly support the CRT secure functions. More...
Go to the source code of this file.
Macros | |
| #define | FBXSDK_ftell64(fp) ftello(fp) |
| #define | FBXSDK_fseek64(fp, offs, mode) fseeko(fp, (off_t)offs, mode) |
| #define | FBXSDK_strdup FbxStrDup |
| #define | FBXSDK_CRT_SECURE_NO_WARNING_BEGIN |
| #define | FBXSDK_CRT_SECURE_NO_WARNING_END |
Macros to properly support the CRT secure functions.
Definition in file fbxstdcompliant.h.
| #define FBXSDK_ftell64 | ( | fp | ) | ftello(fp) |
Definition at line 79 of file fbxstdcompliant.h.
| #define FBXSDK_fseek64 | ( | fp, | |
| offs, | |||
| mode | |||
| ) | fseeko(fp, (off_t)offs, mode) |
Definition at line 80 of file fbxstdcompliant.h.
| #define FBXSDK_strdup FbxStrDup |
Definition at line 83 of file fbxstdcompliant.h.
| #define FBXSDK_CRT_SECURE_NO_WARNING_BEGIN |
Definition at line 102 of file fbxstdcompliant.h.
| #define FBXSDK_CRT_SECURE_NO_WARNING_END |
Definition at line 103 of file fbxstdcompliant.h.