revert jmorecfg.h

This commit is contained in:
Arnold 2020-03-13 18:45:09 +08:00
parent 5d2162dab5
commit e48a3ec192
1 changed files with 0 additions and 12 deletions

View File

@ -264,18 +264,6 @@ typedef enum { FALSE = 0, TRUE = 1 } boolean;
#endif
#if _WIN32
# ifdef FALSE /* in case these macros already exist */
# undef FALSE /* values of boolean */
# endif
# ifdef TRUE
# undef TRUE
# endif
typedef enum { FALSE = 0, TRUE = 1 } boolean;
#endif
/*
* The remaining options affect code selection within the JPEG library,
* but they don't need to be visible to most applications using the library.