Improved boolean definitions (#2485)

This commit is contained in:
Jonathan Poncelet 2022-05-19 20:21:09 +01:00 committed by GitHub
parent 426e8252d4
commit 5bdd8f134f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 10 deletions

View file

@ -247,10 +247,6 @@ typedef struct tagBITMAPINFOHEADER {
#include "external/dr_flac.h" // FLAC loading functions
#endif
#if defined(_MSC_VER)
#undef bool
#endif
//----------------------------------------------------------------------------------
// Defines and Macros
//----------------------------------------------------------------------------------