From 5f236d558aa37918f0286383ba9489a550283d7f Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 6 Jun 2020 15:29:42 -0400 Subject: libsyscall.a source --- include/nitro/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/nitro') 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 -- cgit v1.2.3