зеркало из https://github.com/mozilla/pjs.git
Bug 690670, part 0.1: Teach IPDL about uint* types, since those are what we have to use in "public" interfaces. r=bent
--HG-- extra : rebase_source : 36d9d7e5badaa8f941a9b76646f0b785072a62bf
This commit is contained in:
Родитель
286baac8ed
Коммит
8edc464a32
|
@ -75,7 +75,19 @@ Types = (
|
|||
'nsresult',
|
||||
'nsString',
|
||||
'nsCString',
|
||||
'mozilla::ipc::Shmem'
|
||||
'mozilla::ipc::Shmem',
|
||||
|
||||
# quasi-stdint types used by "public" Gecko headers
|
||||
'int8',
|
||||
'uint8',
|
||||
'int16',
|
||||
'uint16',
|
||||
'int32',
|
||||
'uint32',
|
||||
'int64',
|
||||
'uint64',
|
||||
'intptr',
|
||||
'uintptr',
|
||||
)
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче