EIVE upstream #29

Merged
muellerr merged 693 commits from use-eive-upstream into develop 2023-06-30 15:44:39 +02:00
Showing only changes of commit 14a48fe41d - Show all commits

View File

@ -6,7 +6,8 @@
#include <unordered_map>
#ifdef PLATFORM_WIN
// What is this crap?
// Defined in Windows header for whatever reason, and leads to nameclash issues with
// class enums which have entries of the same name.
#undef IN
#undef OUT
#undef CALLBACK