mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-27 23:11:02 +00:00
Fix compilation warnings
This commit is contained in:
@@ -20,11 +20,13 @@
|
||||
#endif
|
||||
|
||||
#ifdef OS_WINDOWS
|
||||
#define EXPORT_SYMBOL __declspec(dllexport)
|
||||
#define IMPORT_SYMBOL __declspec(dllimport)
|
||||
#define NO_INLINE __declspec(noinline)
|
||||
#define EXPORT_SYMBOL __declspec(dllexport)
|
||||
#define IMPORT_SYMBOL __declspec(dllimport)
|
||||
#define NO_INLINE __declspec(noinline)
|
||||
|
||||
#ifndef DECLSPEC_ALIGN
|
||||
#define DECLSPEC_ALIGN(n) __declspec(align(n))
|
||||
#endif
|
||||
|
||||
#define RESTRICTED_POINTER
|
||||
|
||||
|
||||
Reference in New Issue
Block a user