mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-21 06:12:56 -04:00
remove SOE deprecated code and files - leaving in the #if 0 blocks with TODO and other possible uses for later
This commit is contained in:
@@ -9,23 +9,8 @@
|
||||
#include <sys/bitypes.h>
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
# pragma warning (disable: 4251)
|
||||
|
||||
# ifndef DECLSPEC
|
||||
# if defined (IMPORT_DLL)
|
||||
# define DECLSPEC __declspec(dllimport)
|
||||
# elif defined (EXPORT_DLL)
|
||||
# define DECLSPEC __declspec(dllexport)
|
||||
# else
|
||||
# define DECLSPEC
|
||||
# endif
|
||||
# endif
|
||||
# define DECLIMPORT __declspec(dllimport)
|
||||
#else
|
||||
# define DECLSPEC
|
||||
# define DECLIMPORT extern
|
||||
#endif
|
||||
#define DECLSPEC
|
||||
#define DECLIMPORT extern
|
||||
|
||||
#ifdef WIN32
|
||||
# define FILENAME (strrchr(__FILE__, '\\') ? strrchr(__FILE__, '\\') + 1 : __FILE__)
|
||||
|
||||
Reference in New Issue
Block a user