mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-28 14:56:35 +00:00
OSX: typedef signed char BOOL
This commit is contained in:
parent
8494a439c7
commit
7600cf106b
1 changed files with 3 additions and 1 deletions
4
Externals/SoundTouch/STTypes.h
vendored
4
Externals/SoundTouch/STTypes.h
vendored
|
@ -62,7 +62,9 @@ typedef unsigned long ulong;
|
||||||
|
|
||||||
#ifndef _WINDEF_
|
#ifndef _WINDEF_
|
||||||
// if these aren't defined already by Windows headers, define now
|
// 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;
|
typedef int BOOL;
|
||||||
#endif
|
#endif
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue