aboutsummaryrefslogtreecommitdiff
path: root/src/pdj.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-07-19 15:56:13 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-07-19 15:56:13 +0000
commit5d63b1b2a6968f9c0146e1946b72ca6073370fbe (patch)
treed8c9ef35e0f68c95aac11ebd1decd345ba1f82a8 /src/pdj.h
parent0f770551cebca90c92b7a39b0e0135a445af51f9 (diff)
svn path=/trunk/externals/loaders/pdj/; revision=11874
Diffstat (limited to 'src/pdj.h')
-rw-r--r--src/pdj.h6
1 files changed, 6 insertions, 0 deletions
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