furnace/extern
OPNA2608 3d00e1d784 Fix WIN32 define timing in IGFD
When the compiler hits IGFD, WIN32 is only set if standard extensions are enabled. (Why?)
IGFD identifies Windows via WIN32 instead of _WIN32. (Why?)

- WIN32 is needed for #ifdef-gated Windows-specific methods in the header & code files.
  - There's fallback code in the code file to set WIN32 if _WIN32 or __WIN32__ is set.
    - Which is hit *after* the header gets included, so the header doesn't expose required methods.
      -> Boom, error!

Workaround by moving the fallback into the header.
2022-05-08 00:34:20 +02:00
..
adpcm@ef7a217154
fmt@afbcf1e8ea
IconFontCppHeaders icon fonttttttt 2021-12-21 00:30:55 -05:00
igfd
imgui@1ee252772a
imgui_conf
imgui_patched
libsndfile@ca2008903f
Nuked-OPLL OPLL: 99.9% 2022-03-01 23:07:29 -05:00
Nuked-OPN2@64704a443f
opl
opm
pfd-fixed
rtmidi
SAASound Fix outdated calling convention in SAASound (maybe fix MinGW) 2022-05-07 23:31:42 +02:00
SDL@8ce003a42c
zlib update SDL to prepare for MinGW 2021-12-07 13:31:02 -05:00