Skip to content
1 change: 1 addition & 0 deletions jdk/src/share/native/sun/awt/giflib/gif_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ extern "C" {
typedef int bool;
#define false 0
#define true 1
#endif
/** End JDK modifications to support building using old compilers**/

#define GIF_STAMP "GIFVER" /* First chars in file - GIF stamp. */
Expand Down