summaryrefslogtreecommitdiffstats
path: root/hl/tools/gif2h5/hdfgifwr.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-11 15:05:36 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-11 15:05:36 (GMT)
commite967d54ce373727820303311fcd631a41be4392c (patch)
treec762ced1109e615a1c814703791904cbb9351957 /hl/tools/gif2h5/hdfgifwr.c
parent7a34f6dd5da90f8c3d8bb6b93354c1f416a3cfcf (diff)
downloadhdf5-e967d54ce373727820303311fcd631a41be4392c.zip
hdf5-e967d54ce373727820303311fcd631a41be4392c.tar.gz
hdf5-e967d54ce373727820303311fcd631a41be4392c.tar.bz2
Change defines to not conflict with windows
Diffstat (limited to 'hl/tools/gif2h5/hdfgifwr.c')
-rw-r--r--hl/tools/gif2h5/hdfgifwr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/gif2h5/hdfgifwr.c b/hl/tools/gif2h5/hdfgifwr.c
index 6f5ab58..ed3e9e9 100644
--- a/hl/tools/gif2h5/hdfgifwr.c
+++ b/hl/tools/gif2h5/hdfgifwr.c
@@ -51,7 +51,7 @@
#include "gif.h"
-typedef BYTE byte;
+typedef GIFBYTE byte;
typedef long int count_int;
#ifdef __STDC__