|
@@ -55,6 +55,10 @@ typedef unsigned short UChar;
|
|
#ifdef _WIN32
|
|
#ifdef _WIN32
|
|
typedef unsigned int size32_t; // avoid pulling in platform.h (which pulls in windows.h etc) just for this...
|
|
typedef unsigned int size32_t; // avoid pulling in platform.h (which pulls in windows.h etc) just for this...
|
|
typedef unsigned __int64 hash64_t;
|
|
typedef unsigned __int64 hash64_t;
|
|
|
|
+#define DECL_EXPORT __declspec(dllexport)
|
|
|
|
+#define DECL_IMPORT __declspec(dllimport)
|
|
|
|
+#define DECL_LOCAL
|
|
|
|
+#define DECL_EXCEPTION
|
|
#else
|
|
#else
|
|
#include "platform.h"
|
|
#include "platform.h"
|
|
#endif
|
|
#endif
|