Skip to content
  • lillolollo's avatar
    Issue !125: avoid conflict with win32 macro. · 5d365352
    lillolollo authored and Jehan's avatar Jehan committed
    jpeg-save.c:56: warning: "DEFAULT_QUALITY" redefined
       56 | #define DEFAULT_QUALITY          90.0
          |
    In file included from C:/msys64/mingw64/x86_64-w64-mingw32/include/windows.h:71,
                     from C:/msys64/mingw64/x86_64-w64-mingw32/include/rpc.h:16,
                     from C:/msys64/mingw64/x86_64-w64-mingw32/include/objbase.h:7,
                     from C:/msys64/mingw64/x86_64-w64-mingw32/include/shlwapi.h:16,
                     from C:/msys64/mingw64/include/jmorecfg.h:19,
                     from C:/msys64/mingw64/include/jpeglib.h:31,
                     from jpeg-save.c:33:
    C:/msys64/mingw64/x86_64-w64-mingw32/include/wingdi.h:1140: note: this is the location of the previous definition
     1140 | #define DEFAULT_QUALITY 0
    5d365352