comparison dwt/internal/cocoa/CFPropertyList.d @ 37:642f460a0908

Fixed a lot of compile errors, a "hello world" app compiles now
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Fri, 10 Oct 2008 12:29:48 +0200
parents 380af2bdd8e5
children
comparison
equal deleted inserted replaced
36:db5a898b2119 37:642f460a0908
4 * Version: Initial created: Jul 28, 2008 4 * Version: Initial created: Jul 28, 2008
5 * License: $(LINK2 http://opensource.org/licenses/bsd-license.php, BSD Style) 5 * License: $(LINK2 http://opensource.org/licenses/bsd-license.php, BSD Style)
6 * 6 *
7 */ 7 */
8 module dwt.internal.cocoa.CFPropertyList; 8 module dwt.internal.cocoa.CFPropertyList;
9
10 extern (C):
9 11
10 enum CFPropertyListFormat { 12 enum CFPropertyListFormat {
11 kCFPropertyListOpenStepFormat = 1, 13 kCFPropertyListOpenStepFormat = 1,
12 kCFPropertyListXMLFormat_v1_0 = 100, 14 kCFPropertyListXMLFormat_v1_0 = 100,
13 kCFPropertyListBinaryFormat_v1_0 = 200 15 kCFPropertyListBinaryFormat_v1_0 = 200