=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: include: Add peARM to fusion.idl.

Alexandre Julliard julliard at winehq.org
Wed Mar 28 12:47:06 CDT 2012


Module: wine
Branch: master
Commit: 82290556929caa1a198f86dd10efa7b4344d41bd
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=82290556929caa1a198f86dd10efa7b4344d41bd

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Mar 27 21:38:51 2012 +0200

include: Add peARM to fusion.idl.

---

 include/fusion.idl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/fusion.idl b/include/fusion.idl
index 9963838..d645662 100644
--- a/include/fusion.idl
+++ b/include/fusion.idl
@@ -38,6 +38,7 @@ typedef enum
     peI386      = 0x00000002,
     peIA64      = 0x00000003,
     peAMD64     = 0x00000004,
+    peARM       = 0x00000005,
     peInvalid   = 0xffffffff
 } PEKIND;
 




More information about the wine-cvs mailing list