aboutsummaryrefslogtreecommitdiff
path: root/Perl/Zinc.xs
diff options
context:
space:
mode:
authorlecoanet2004-04-30 11:44:05 +0000
committerlecoanet2004-04-30 11:44:05 +0000
commit7084e899fd33aeb13b1be18ff6abe94b10b3cb9f (patch)
treefccdf07ae998bd92c7442c156fcd18635cc9f243 /Perl/Zinc.xs
parenta7fc6fca1397fea8414a2e5f103c150f6577ba92 (diff)
downloadtkzinc-7084e899fd33aeb13b1be18ff6abe94b10b3cb9f.zip
tkzinc-7084e899fd33aeb13b1be18ff6abe94b10b3cb9f.tar.gz
tkzinc-7084e899fd33aeb13b1be18ff6abe94b10b3cb9f.tar.bz2
tkzinc-7084e899fd33aeb13b1be18ff6abe94b10b3cb9f.tar.xz
Added an header to compile under WIN32
Diffstat (limited to 'Perl/Zinc.xs')
-rw-r--r--Perl/Zinc.xs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Perl/Zinc.xs b/Perl/Zinc.xs
index 6a551ad..26cd0c7 100644
--- a/Perl/Zinc.xs
+++ b/Perl/Zinc.xs
@@ -12,6 +12,9 @@
#include <pTk/tkPort.h>
#include <pTk/tkInt.h>
+#ifdef _WIN32
+#include <pTk/tkWinInt.h>
+#endif
#include <pTk/tkImgPhoto.h>
#include <pTk/tkVMacro.h>
#include <tkGlue.h>