added forgotten files
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#define DLL_CLASS_EXPORT __attribute__ ((visibility("default")))
|
||||
#define DLL_CLASS_IMPORT
|
||||
|
||||
#define DLL_GLOBAL_EXPORT extern __attribute ((visibility("default")))
|
||||
#define DLL_GLOBAL_EXPORT __attribute ((visibility("default")))
|
||||
#define DLL_GLOBAL_IMPORT extern
|
||||
|
||||
#endif
|
||||
@@ -50,6 +50,11 @@
|
||||
|
||||
#endif
|
||||
|
||||
#if defined(__linux__)
|
||||
#define POSIX
|
||||
#endif
|
||||
|
||||
|
||||
#define abstract_class class
|
||||
|
||||
PLATFORM_INTERFACE void Plat_FatalErrorFunc( const char *szFormat, ... );
|
||||
|
||||
Reference in New Issue
Block a user