include: Add peARM to fusion.idl.

oldstable
André Hentschel 2012-03-27 21:38:51 +02:00 committed by Alexandre Julliard
parent 1de185efba
commit 8229055692
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ typedef enum
peI386 = 0x00000002,
peIA64 = 0x00000003,
peAMD64 = 0x00000004,
peARM = 0x00000005,
peInvalid = 0xffffffff
} PEKIND;