comparison dstep/coreservices/carboncore/PEFBinaryFormat.d @ 16:19885b43130e

Huge update, the bridge actually works now
author Jacob Carlborg <doob@me.com>
date Sun, 03 Jan 2010 22:06:11 +0100
parents 07194b026fa4
children
comparison
equal deleted inserted replaced
15:7ff919f595d5 16:19885b43130e
35 { 35 {
36 private 36 private
37 { 37 {
38 const __kPEFTag1 = getOSType!("Joy!"); 38 const __kPEFTag1 = getOSType!("Joy!");
39 const __kPEFTag2 = getOSType!("peff"); 39 const __kPEFTag2 = getOSType!("peff");
40 const __kPEFVersion = getOSType!("x0000000");
41
42 } 40 }
43 } 41 }
44 42
45 // This is needed otherwise the enums will fail compiling with gdc 43 // This is needed otherwise the enums will fail compiling with gdc
46 version (GNU) 44 version (GNU)
47 { 45 {
48 private 46 private
49 { 47 {
50 const __kVLibTag2 = getOSType!("VLib"); 48 const __kVLibTag2 = getOSType!("VLib");
51 const __kBLibTag2 = getOSType!("BLib"); 49 const __kBLibTag2 = getOSType!("BLib");
52 const __kXLibVersion = getOSType!("x0000000");
53
54 } 50 }
55 } 51 }
56 52
57 enum 53 enum
58 { 54 {