diff dwt/internal/Library.d @ 4:bf9fe45b4422

C, Platform, Point, Rectangle
author Frank Benoit <benoit@tionex.de>
date Fri, 25 Jan 2008 13:01:53 +0100
parents 57151e2793a2
children 3afcd4ddcf90
line wrap: on
line diff
--- a/dwt/internal/Library.d	Fri Jan 25 13:00:42 2008 +0100
+++ b/dwt/internal/Library.d	Fri Jan 25 13:01:53 2008 +0100
@@ -46,11 +46,11 @@
     //public static const int JAVA_VERSION;
     public static const int SWT_VERSION = .buildSWT_VERSION(MAJOR_VERSION, MINOR_VERSION);
 
-    version( linux ){
-        static const char[] SEPARATOR = "\n";
+    version( Windows ){
+        static const char[] SEPARATOR = "\r\n";
     }
     else {
-        static assert( false, "only linux supported for this port" );
+        static assert( false, "only windows supported for this port" );
     }