comparison dstep/coreservices/carboncore/Finder.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
52 version (GNU) 52 version (GNU)
53 { 53 {
54 private 54 private
55 { 55 {
56 const __kCustomBadgeResourceType = getOSType!("badg"); 56 const __kCustomBadgeResourceType = getOSType!("badg");
57 const __kCustomBadgeResourceID = getOSType!("CustomIconResourc");
58 const __kCustomBadgeResourceVersion = getOSType!("");
59
60 } 57 }
61 } 58 }
62 59
63 // This is needed otherwise the enums will fail compiling with gdc 60 // This is needed otherwise the enums will fail compiling with gdc
64 version (GNU) 61 version (GNU)
65 { 62 {
66 private 63 private
67 { 64 {
68 const __kRoutingResourceType = getOSType!("rout"); 65 const __kRoutingResourceType = getOSType!("rout");
69 const __kRoutingResourceID = getOSType!("");
70
71 } 66 }
72 } 67 }
73 68
74 // This is needed otherwise the enums will fail compiling with gdc 69 // This is needed otherwise the enums will fail compiling with gdc
75 version (GNU) 70 version (GNU)