From 5d63b1b2a6968f9c0146e1946b72ca6073370fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sun, 19 Jul 2009 15:56:13 +0000 Subject: updated to 0.8.5 svn path=/trunk/externals/loaders/pdj/; revision=11874 --- src/pdj.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/pdj.h') diff --git a/src/pdj.h b/src/pdj.h index f8755e8..7906d47 100644 --- a/src/pdj.h +++ b/src/pdj.h @@ -35,6 +35,12 @@ #define JPOINTER_CAST (unsigned int) #endif +#ifdef WIN32GCC + #define DLLEXPORT __declspec(dllexport) +#else + #define DLLEXPORT +#endif + // the JVM takes 50M; I don't care taking 4K... #define BUFFER_SIZE 4096 -- cgit v1.2.1