mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
* [util] Define typeof keyword for WINE guiddef.h GCC: `-std options disable certain keywords` https://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html MinGW: `#define __uuidof(type) __mingw_uuidof<__typeof(type)>()` WINE: `#define __uuidof(type) __wine_uuidof<typeof(type)>()` * [util] Fix compilation with WINE headers Overall definitions are the same but `__wine_` prefix used in . MinGW: _mingw.h + guiddef.h WINE: guiddef.h