Skip to content

Commit

Permalink
Remove broken bool typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
meepingsnesroms committed Oct 18, 2016
1 parent da2cb59 commit 62ba12c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/port.h
Expand Up @@ -195,12 +195,7 @@

#define PIXEL_FORMAT RGB565

#ifdef __bool_true_false_are_defined
typedef bool bool8;
#else
typedef unsigned char bool8;
#endif


#ifdef HAVE_STDINT_H
#include <stdint.h>
Expand Down

0 comments on commit 62ba12c

Please sign in to comment.