diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-11 15:05:36 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-11 15:05:36 (GMT) |
commit | e967d54ce373727820303311fcd631a41be4392c (patch) | |
tree | c762ced1109e615a1c814703791904cbb9351957 /hl/tools/gif2h5/hdfgifwr.c | |
parent | 7a34f6dd5da90f8c3d8bb6b93354c1f416a3cfcf (diff) | |
download | hdf5-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.c | 2 |
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__ |