openal-soft/al/eax
Edoardo Lolletti e28a49363e
Fix possible C2084 compiler error (#735)
* Fix possible C2084 compiler error

Guiddef.h uses a separate header guard to define the GUID operators, in the current codebase this won't cause any issue, but i got such error while fiddling a bit with the program and including something that ended up including all the various windows headers, that ended up including Guiddef.h, causing the error as by not finding the macro declared, it ended up declaring the inline operators as well.

* Update api.h
2022-07-17 18:11:32 -07:00
..
api.cpp [EAX] Add separate context state for each version (#731) 2022-07-13 04:45:25 -07:00
api.h Fix possible C2084 compiler error (#735) 2022-07-17 18:11:32 -07:00
call.cpp [EAX_CALL] Clear defer flag for immediate-only properties 2022-07-17 20:59:04 +03:00
call.h [EAX] Use separate FX slot state for each version (#730) 2022-07-12 02:46:51 -07:00
effect.h [EAX] Use separate FX slot state for each version (#730) 2022-07-12 02:46:51 -07:00
exception.cpp Move EAX files to their own sub-directory 2022-05-16 02:08:18 -07:00
exception.h Move EAX files to their own sub-directory 2022-05-16 02:08:18 -07:00
fx_slot_index.cpp Move EAX files to their own sub-directory 2022-05-16 02:08:18 -07:00
fx_slot_index.h Move EAX files to their own sub-directory 2022-05-16 02:08:18 -07:00
fx_slots.cpp Don't pass an EaxCall to initialize_fx_slots 2022-07-15 11:54:54 -07:00
fx_slots.h Don't pass an EaxCall to initialize_fx_slots 2022-07-15 11:54:54 -07:00
globals.cpp Move EAX files to their own sub-directory 2022-05-16 02:08:18 -07:00
globals.h Move EAX files to their own sub-directory 2022-05-16 02:08:18 -07:00
utils.cpp Remove an unused struct 2022-07-05 09:27:44 -07:00
utils.h [EAX] Use separate FX slot state for each version (#730) 2022-07-12 02:46:51 -07:00
x_ram.h Move EAX files to their own sub-directory 2022-05-16 02:08:18 -07:00