code cleanup: remove duplicate define on windows.

This commit is contained in:
Campbell Barton
2012-04-12 03:10:36 +00:00
parent f8b7cfb6ae
commit a0c4efa3d2

View File

@@ -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>