Skip to content

Commit

Permalink
change INT16 def failure to an error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yay295 committed May 18, 2023
1 parent 9da0b58 commit 724f266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libImaging/ImPlatform.h
Expand Up @@ -67,7 +67,7 @@
#elif SIZEOF_INT == 2
#define INT16 int
#else
#define INT16 short /* most things works just fine anyway... */
#error Cannot find required 16-bit integer type
#endif

#if SIZEOF_SHORT == 4
Expand Down

0 comments on commit 724f266

Please sign in to comment.