Fix warnings about extra tokens after #undef directive

This commit is contained in:
Michael Buckley 2019-06-30 17:08:05 -07:00
parent 2af9a88744
commit c9840055ff
1 changed files with 6 additions and 6 deletions

View File

@ -18,12 +18,12 @@
***********************************************************************************/
#undef READ_WORD(s)
#undef READ_3WORD(s)
#undef READ_DWORD(s)
#undef WRITE_WORD(s, d)
#undef WRITE_3WORD(s, d)
#undef WRITE_DWORD(s, d)
#undef READ_WORD
#undef READ_3WORD
#undef READ_DWORD
#undef WRITE_WORD
#undef WRITE_3WORD
#undef WRITE_DWORD
#define ZLIB
#define UNZIP_SUPPORT