diff options
Diffstat (limited to 'include/nitro/types.h')
-rw-r--r-- | include/nitro/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/nitro/types.h b/include/nitro/types.h index 190d9eae..dfa5ba87 100644 --- a/include/nitro/types.h +++ b/include/nitro/types.h @@ -54,4 +54,6 @@ typedef int BOOL; #endif // __cplusplus #endif +#define SDK_FORCE_EXPORT __declspec(force_export) + #endif //POKEDIAMOND_TYPES_H |