]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libphobos/libdruntime/rt/dmain2.d
libphobos: Merge phobos and druntime with upstream.
[thirdparty/gcc.git] / libphobos / libdruntime / rt / dmain2.d
index e1cfb7c23aacd4dbc4d71207be7cc63774d04bcd..d9376892769bb1a9ddc40f0a6410981dbf4d60c7 100644 (file)
@@ -31,8 +31,7 @@ version (Windows)
     private import core.stdc.wchar_;
     private import core.sys.windows.windows;
 
-    version (GNU) {}
-    else pragma(lib, "shell32.lib"); // needed for CommandLineToArgvW
+    pragma(lib, "shell32.lib"); // needed for CommandLineToArgvW
 }
 
 version (FreeBSD)