summaryrefslogtreecommitdiff
path: root/include/nitro/types.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-06 15:29:42 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-06 15:29:42 -0400
commit5f236d558aa37918f0286383ba9489a550283d7f (patch)
treee0b772d6526594a8c737949cae2d5e636fdba876 /include/nitro/types.h
parent760a22318663896b2ebd76d8d3213dcc9e9bcfe5 (diff)
libsyscall.a source
Diffstat (limited to 'include/nitro/types.h')
-rw-r--r--include/nitro/types.h2
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