Try 2 of eliminating VPK warning.

Previous commit was more complicated then it really needed to be.
This commit is contained in:
Scott Ehlert
2008-11-19 02:38:28 -06:00
parent d6fc82f8fa
commit c2756c731f
2 changed files with 2 additions and 159 deletions
-2
View File
@@ -54,7 +54,6 @@
#include <direct.h>
#define PLATFORM_LIB_EXT "dll"
#define PLATFORM_MAX_PATH MAX_PATH
#define PLATFORM_SEP_STR "\\"
#define PLATFORM_SEP_CHAR '\\'
#define PLATFORM_SEP_ALTCHAR '/'
#define PLATFORM_EXTERN_C extern "C" __declspec(dllexport)
@@ -71,7 +70,6 @@
#include <sys/stat.h>
#define PLATFORM_LIB_EXT "so"
#define PLATFORM_MAX_PATH PATH_MAX
#define PLATFORM_SEP_STR "/"
#define PLATFORM_SEP_CHAR '/'
#define PLATFORM_SEP_ALTCHAR '\\'
#define PLATFORM_EXTERN_C extern "C" __attribute__((visibility("default")))