code cleanup: remove duplicate define on windows.
This commit is contained in:
@@ -50,10 +50,7 @@
|
||||
|
||||
# undef AVIIF_KEYFRAME // redefined in AVI_avi.h
|
||||
# undef AVIIF_LIST // redefined in AVI_avi.h
|
||||
|
||||
# define FIXCC(fcc) if (fcc == 0) fcc = mmioFOURCC('N', 'o', 'n', 'e'); \
|
||||
if (fcc == BI_RLE8) fcc = mmioFOURCC('R', 'l', 'e', '8');
|
||||
#endif
|
||||
#endif /* _WIN32 */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <ctype.h>
|
||||
|
Reference in New Issue
Block a user