From d5aadac0c861f3b296b1459e9eef239e2aa7f0ab Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 4 Jun 2015 19:31:14 +0200 Subject: [PATCH] fix, cesetup win32 build --- cesetup/cesetup.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cesetup/cesetup.d b/cesetup/cesetup.d index 4726a854..ece9521c 100644 --- a/cesetup/cesetup.d +++ b/cesetup/cesetup.d @@ -38,7 +38,7 @@ auto dcdlic = Resource(cast(ubyte[]) import("dcd.license.txt"), "dcd.license.tx static string exePath, appDataPath; -version(win32){} else static bool asSu; +static bool asSu; static this() {