Try 2 of eliminating VPK warning.
Previous commit was more complicated then it really needed to be.
This commit is contained in:
@@ -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")))
|
||||
|
||||
Reference in New Issue
Block a user