зеркало из https://github.com/mozilla/pjs.git
Bug 456452 - INTPTR_T not defined for WinCE Builds. patch by wolfe, r=dougt. npodb
This commit is contained in:
Родитель
5873628323
Коммит
5a1b9653ea
|
@ -167,6 +167,9 @@ typedef int ptrdiff_t;
|
|||
typedef long _off_t;
|
||||
typedef long off_t;
|
||||
|
||||
// Not defined anywhere
|
||||
typedef INT_PTR intptr_t;
|
||||
|
||||
// From sys/stat.h
|
||||
#if !defined(_STAT_DEFINED)
|
||||
#define _STAT_DEFINED
|
||||
|
|
Загрузка…
Ссылка в новой задаче