diff options
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/Src/NativeVertexFormat.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/NativeVertexFormat.h b/Source/Core/VideoCommon/Src/NativeVertexFormat.h index 8bd522e482..1c873365fd 100644 --- a/Source/Core/VideoCommon/Src/NativeVertexFormat.h +++ b/Source/Core/VideoCommon/Src/NativeVertexFormat.h @@ -54,7 +54,12 @@ enum { VB_HAS_UVTEXMTXSHIFT=13, }; +#ifdef WIN32 #define LOADERDECL __cdecl +#else +#define LOADERDECL +#endif + typedef void (LOADERDECL *TPipelineFunction)(); enum VarType |
