mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
Diffs= dde676085 Fix libjpg on Mac Sonoma (#7329) e0a786c90 Runtime API for Nested Inputs (#7316) Co-authored-by: Chris Dalton <99840794+csmartdalton@users.noreply.github.com> Co-authored-by: Gordon Hayes <pggordonhayes@gmail.com> Co-authored-by: Philip Chung <philterdesign@gmail.com>
14 lines
369 B
C
14 lines
369 B
C
#include <stdio.h> // Required on Mac -- libjpg expects FILE to be already defined.
|
|
|
|
#define HAVE_PROTOTYPES
|
|
#define HAVE_UNSIGNED_CHAR
|
|
#define HAVE_UNSIGNED_SHORT
|
|
#undef CHAR_IS_UNSIGNED
|
|
#define HAVE_STDDEF_H
|
|
#define HAVE_STDLIB_H
|
|
#undef NEED_BSD_STRINGS
|
|
#undef NEED_SYS_TYPES_H
|
|
#undef NEED_FAR_POINTERS
|
|
#undef NEED_SHORT_EXTERNAL_NAMES
|
|
#undef INCOMPLETE_TYPES_BROKEN
|