Skip to content

Commit

Permalink
Get rid of the bool/true/false redefines in log.h
Browse files Browse the repository at this point in the history
That was clearly never a good idea.
  • Loading branch information
icculus committed Jan 29, 2020
1 parent 96aea16 commit 0d2f1a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/log.h
Expand Up @@ -93,9 +93,9 @@ ENDFUNCAS_SAFE(HANDLE, unsigned long, GetNextHandle());
#include <cstdlib>
#endif

#define bool int
#define true 1
#define false 0
//#define bool int
//#define true 1
//#define false 0

#if !defined(NO_NEW_CPP_FEATURES)
using namespace std;
Expand Down

0 comments on commit 0d2f1a5

Please sign in to comment.