mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
OSX: typedef signed char BOOL
This commit is contained in:
Vendored
+3
-1
@@ -62,7 +62,9 @@ typedef unsigned long ulong;
|
||||
|
||||
#ifndef _WINDEF_
|
||||
// if these aren't defined already by Windows headers, define now
|
||||
#if !defined(__APPLE__)
|
||||
#if defined(__APPLE__)
|
||||
typedef signed char BOOL;
|
||||
#else
|
||||
typedef int BOOL;
|
||||
#endif
|
||||
#define FALSE 0
|
||||
|
||||
Reference in New Issue
Block a user