diff options
| author | Maarten ter Huurne <maarten@treewalker.org> | 2008-10-25 11:12:03 +0000 |
|---|---|---|
| committer | Maarten ter Huurne <maarten@treewalker.org> | 2008-10-25 11:12:03 +0000 |
| commit | 7be6725459a83fc58e52882dbf93475ddf47c736 (patch) | |
| tree | b1a4f0a32cf75364f310fbe67c12a1109ac2a7e8 /Source/Core | |
| parent | 98277aeda0b8d89054033ae5e814d59370cfad42 (diff) | |
Include PluginSpecs.h so __cdecl is defined on non-Windows.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@954 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/VideoCommon/Src/NativeVertexFormat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/NativeVertexFormat.h b/Source/Core/VideoCommon/Src/NativeVertexFormat.h index 42f925da01..bc6931a53d 100644 --- a/Source/Core/VideoCommon/Src/NativeVertexFormat.h +++ b/Source/Core/VideoCommon/Src/NativeVertexFormat.h @@ -19,6 +19,7 @@ #define _NATIVEVERTEXFORMAT_H
#include "CPMemory.h"
+#include "PluginSpecs.h"
// m_components
enum {
|
