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:
DarthArgus
2016-03-24 21:07:31 +00:00
parent f275628817
commit 3b430656ba
58 changed files with 7 additions and 2481 deletions
@@ -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__)