diff dwt/internal/cocoa/CGRect.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 f565d3a95c0a
children d8635bb48c7c
line wrap: on
line diff
--- a/dwt/internal/cocoa/CGRect.d	Tue Oct 07 12:56:18 2008 +0200
+++ b/dwt/internal/cocoa/CGRect.d	Fri Oct 10 12:29:48 2008 +0200
@@ -16,6 +16,8 @@
 import dwt.internal.cocoa.CGPoint;
 import dwt.internal.cocoa.CGSize;
 
+extern (C):
+
 struct CGRect {
     CGPoint origin;
     CGSize size;