v6.0.0 #729

Merged
mohr merged 668 commits from development into master 2023-02-23 13:42:49 +01:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit e0c780f21c - 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