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
..
IconFontCppHeaders icon fonttttttt 2021-12-21 00:30:55 -05:00
Nuked-OPLL OPLL: 99.9% 2022-03-01 23:07:29 -05:00
Nuked-OPN2@64704a443f G E N E S I S 2021-05-12 17:19:18 -05:00
SAASound Fix outdated calling convention in SAASound (maybe fix MinGW) 2022-05-07 23:31:42 +02:00
SDL@8ce003a42c **UPDATE SUBMODULES** - PLEASE READ 2022-02-07 22:09:20 -05:00
adpcm@ef7a217154 sample system rewrite! **PLEASE READ** 2022-02-24 03:57:45 -05:00
fmt@afbcf1e8ea **UPDATE SUBMODULES** - PLEASE READ 2022-02-07 22:09:20 -05:00
igfd Fix WIN32 define timing in IGFD 2022-05-08 00:34:20 +02:00
imgui@1ee252772a **UPDATE SUBMODULES** - PLEASE READ 2022-02-07 22:09:20 -05:00
imgui_conf GUI: don't abort on font load failure 2022-02-14 18:00:04 -05:00
imgui_patched Fix horizontal scroll direction on macOS. 2022-05-01 17:25:27 +02:00
libsndfile@ca2008903f preliminary audio file output 2021-12-07 12:21:23 -05:00
opl OPL: fix channel muting - PLEASE READ! 2022-05-04 18:06:32 -05:00
opm per-channel oscilloscope, part 4 2022-04-30 22:59:26 -05:00
pfd-fixed Move icon_enum_callback to separate function 2022-04-09 13:32:40 +02:00
rtmidi 3.5 2022-02-20 17:57:28 -05:00
zlib update SDL to prepare for MinGW 2021-12-07 13:31:02 -05:00