comparison dwt/internal/objc/cocoa/Cocoa.d @ 51:e6f04eb518ae

Updated Canvas to 3.514
author Jacob Carlborg <doob@me.com>
date Sun, 07 Dec 2008 21:24:13 +0100
parents d8635bb48c7c
children 62202ce0039f
comparison
equal deleted inserted replaced
50:30adfb32d4be 51:e6f04eb518ae
241 241
242 242
243 // NSObjCRuntime.h 243 // NSObjCRuntime.h
244 alias bindings.NSGetSizeAndAlignment NSGetSizeAndAlignment; 244 alias bindings.NSGetSizeAndAlignment NSGetSizeAndAlignment;
245 245
246 246 enum
247 {
248 NSNotFound = 0x7fffffff
249 }
247 250
248 // NSPathUtilities.h 251 // NSPathUtilities.h
249 enum NSSearchPathDirectory 252 enum NSSearchPathDirectory
250 { 253 {
251 NSApplicationDirectory = 1, 254 NSApplicationDirectory = 1,