This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Avoided a redefinition warning in a particular GCC setup
tags/2021-05-28
jules
9 years ago
parent
672b07b9ac
commit
cb1c17b9f1
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
modules/juce_graphics/image_formats/jpglib/jconfig.h
+ 3
- 1
modules/juce_graphics/image_formats/jpglib/jconfig.h
View File
@@ -20,7 +20,9 @@
/* #define const */
#undef CHAR_IS_UNSIGNED
#define HAVE_STDDEF_H
#define HAVE_STDLIB_H
#ifndef HAVE_STDLIB_H
#define HAVE_STDLIB_H
#endif
#undef NEED_BSD_STRINGS
#undef NEED_SYS_TYPES_H
#undef NEED_FAR_POINTERS /* we presume a 32-bit flat memory model */
Write
Preview
Loading…
Cancel
Save