comparison dwt/internal/mozilla/nsIMIMEInfo.d @ 341:942da4b6558a

Ongoing fixup for compile
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 21:19:51 -0700
parents dd63eb078d7a
children 9a4d7706df52
comparison
equal deleted inserted replaced
340:3f4a5c7d138f 341:942da4b6558a
15 15
16 const nsIID NS_IMIMEINFO_IID= 16 const nsIID NS_IMIMEINFO_IID=
17 {0x1448b42f, 0xcf0d, 0x466e, 17 {0x1448b42f, 0xcf0d, 0x466e,
18 [ 0x9a, 0x15, 0x64, 0xe8, 0x76, 0xeb, 0xe8, 0x57 ]}; 18 [ 0x9a, 0x15, 0x64, 0xe8, 0x76, 0xeb, 0xe8, 0x57 ]};
19 19
20 extern(System) 20 //extern(System)
21 21
22 interface nsIMIMEInfo : nsISupports { 22 interface nsIMIMEInfo : nsISupports {
23 23
24 static const char[] IID_STR = NS_IMIMEINFO_IID_STR; 24 static const char[] IID_STR = NS_IMIMEINFO_IID_STR;
25 static const nsIID IID = NS_IMIMEINFO_IID; 25 static const nsIID IID = NS_IMIMEINFO_IID;