Browse Source

Avoided a redefinition warning in a particular GCC setup

tags/2021-05-28
jules 9 years ago
parent
commit
cb1c17b9f1
1 changed files with 3 additions and 1 deletions
  1. +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 */


Loading…
Cancel
Save