comparison dwt/internal/objc/foundation/bindings.d @ 10:30a762abda2a

Revert automatic changes from dwt/internal and dwt/dwthelper. Excluded dwt/internal/image and theme.
author Frank Benoit <benoit@tionex.de>
date Thu, 28 Aug 2008 12:31:10 +0200
parents e831403a80a9
children 5b53d338c709
comparison
equal deleted inserted replaced
9:e76aa0b07480 10:30a762abda2a
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.objc.foundation.bindings; 8 module dwt.internal.objc.foundation.bindings;
9 9
10 extern cast(C): 10 extern (C):
11 11
12 //void* NSDefaultRunLoopMode (); 12 //void* NSDefaultRunLoopMode ();
13 void* NSFileTypeForHFSTypeCode (int hfsFileTypeCode); 13 void* NSFileTypeForHFSTypeCode (int hfsFileTypeCode);