Change typedef for BOOL in gcenv.base.h to int. (#10486)
authorAditya Mandaleeka <adityamandaleeka@users.noreply.github.com>
Sun, 26 Mar 2017 14:59:49 +0000 (07:59 -0700)
committerJan Kotas <jkotas@microsoft.com>
Sun, 26 Mar 2017 14:59:49 +0000 (07:59 -0700)
src/gc/env/gcenv.base.h

index 9fe583f9a662c8aab358c6a8bb19c24c636918d6..f5e730d887a6f9cbd056351c09ddeedb2c6fa869 100644 (file)
@@ -37,7 +37,7 @@
 // Aliases for Win32 types
 //
 
-typedef uint32_t BOOL;
+typedef int BOOL;
 typedef uint32_t DWORD;
 
 // -----------------------------------------------------------------------------------------------------------