diff dwt/internal/C.d @ 11:a329f9c3d66d

Ported dwt.internal.cocoa.SWT* again
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Fri, 22 Aug 2008 15:39:51 +0200
parents 8b48be5454ce
children f565d3a95c0a
line wrap: on
line diff
--- a/dwt/internal/C.d	Tue Aug 19 17:40:11 2008 +0200
+++ b/dwt/internal/C.d	Fri Aug 22 15:39:51 2008 +0200
@@ -30,7 +30,7 @@
         Library.loadLibrary ("swt"); //$NON-NLS-1$
     }*/
 
-    public static const int PTR_SIZEOF = (void*).sizeof;
+    public static const size_t PTR_SIZEOF = (void*).sizeof;
 
     alias stdc.free free;
     alias stdc.getenv getenv;