Skip to content

Commit cface84

Browse files
committed
Revert change to only happen in CI
1 parent da6062e commit cface84

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

include/avif/avif.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,8 @@ extern "C" {
8585
((AVIF_VERSION_MAJOR * 1000000) + (AVIF_VERSION_MINOR * 10000) + (AVIF_VERSION_PATCH * 100) + AVIF_VERSION_DEVEL)
8686

8787
typedef int avifBool;
88-
enum avifTrueFalse_
89-
{
90-
AVIF_FALSE = 0,
91-
AVIF_TRUE = 1
92-
};
88+
#define AVIF_TRUE 1
89+
#define AVIF_FALSE 0
9390

9491
#define AVIF_DIAGNOSTICS_ERROR_BUFFER_SIZE 256
9592

0 commit comments

Comments
 (0)