Skip to content

Commit

Permalink
fix window build error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjipeng committed Jan 26, 2025
1 parent 6532e80 commit e550c06
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions third_party/giflib-5.1.3/lib/gif_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ extern "C" {
#include <stdbool.h>
#else
#include <windows.h>
#define bool BOOL
#define false FALSE
#define true TRUE
#endif

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

0 comments on commit e550c06

Please sign in to comment.