mirror of https://github.com/snes9xgit/snes9x.git
Fix warnings about extra tokens after #undef directive
This commit is contained in:
parent
2af9a88744
commit
c9840055ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue