summaryrefslogtreecommitdiffstats
path: root/hl/tools/gif2h5/hdfgifwr.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-10 13:43:28 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:20 (GMT)
commit1401be48055b0af1c3c01045cb525d9e801c0fc6 (patch)
tree05a42fef424cbc0ee6743331911f5e30f8087861 /hl/tools/gif2h5/hdfgifwr.c
parentc5a7afb7a038e973d32d775cbdffc61a98a9e1ae (diff)
downloadhdf5-1401be48055b0af1c3c01045cb525d9e801c0fc6.zip
hdf5-1401be48055b0af1c3c01045cb525d9e801c0fc6.tar.gz
hdf5-1401be48055b0af1c3c01045cb525d9e801c0fc6.tar.bz2
HDFFV-10974 Change defines to eliminate Windows conflict
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__