зеркало из https://github.com/mozilla/gecko-dev.git
Fixing bug 252085. Make the new plugin code build on OSF/1. Change suggested by alpha@culzean.org, r+sr=jst@mozilla.org
This commit is contained in:
Родитель
78edb6f8e3
Коммит
f35ffc0b16
|
@ -48,7 +48,7 @@
|
|||
*/
|
||||
typedef int int32_t;
|
||||
typedef unsigned int uint32_t;
|
||||
#elif defined(_AIX) || defined(__sun)
|
||||
#elif defined(_AIX) || defined(__sun) || defined(__osf__)
|
||||
/*
|
||||
* AIX and SunOS ship a inttypes.h header that defines [u]int32_t,
|
||||
* but not bool for C.
|
||||
|
|
Загрузка…
Ссылка в новой задаче