mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 651444 - Dont redefine intX_t types on OpenBSD; r=jmuizelaar
This commit is contained in:
parent
152850aacf
commit
00c4f00daf
@ -12,7 +12,7 @@
|
||||
#include <sys/int_types.h>
|
||||
#elif defined (_AIX)
|
||||
#include <sys/types.h>
|
||||
#elif !defined(ANDROID)
|
||||
#elif !defined(ANDROID) && !defined(__OpenBSD__)
|
||||
typedef PRInt8 int8_t;
|
||||
typedef PRUint8 uint8_t;
|
||||
typedef PRInt16 int16_t;
|
||||
|
Loading…
Reference in New Issue
Block a user