revert jmorecfg.h
This commit is contained in:
parent
5d2162dab5
commit
e48a3ec192
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue