better comment

This commit is contained in:
Robin Müller 2022-09-28 09:56:20 +02:00
parent 2ca8d72e83
commit 14a48fe41d
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 2 additions and 1 deletions

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