summaryrefslogtreecommitdiff
path: root/src/gd_tga.h
diff options
context:
space:
mode:
authorpajoye <none@none>2008-01-13 21:00:37 +0000
committerpajoye <none@none>2008-01-13 21:00:37 +0000
commit52c95002efccef4adf5bb7759f9c9800b17b9f50 (patch)
tree5cbf1285db0f7adc5f765f3e9ae83462df6ee8fe /src/gd_tga.h
parent1d5ab9b5a3aee764983eeae2ffef0f6545160fbd (diff)
downloadlibgd-52c95002efccef4adf5bb7759f9c9800b17b9f50.tar.gz
- fix win32 build
Diffstat (limited to 'src/gd_tga.h')
-rw-r--r--src/gd_tga.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gd_tga.h b/src/gd_tga.h
index 43c210f..ac3d6a8 100644
--- a/src/gd_tga.h
+++ b/src/gd_tga.h
@@ -27,11 +27,13 @@
#include "gd.h"
#include "gdhelpers.h"
-
+#ifndef BGDWIN32
#ifndef O_BYTE
#define O_BYTE 1
typedef int byte;
#endif
+#endif
+
#ifndef O_SHORT_INT
#define O_SHORT_INT 1
typedef int short_int;