From 82ec0a3db2c494fbf76568b238cf48a7bd31b43a Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 9 Sep 2005 08:42:54 +0000 Subject: [PATCH] fixed SHACF_FILESYSTEM redefinition warning git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4250 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/Ui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/exehead/Ui.c b/Source/exehead/Ui.c index 35c344f2..f7ff7f60 100644 --- a/Source/exehead/Ui.c +++ b/Source/exehead/Ui.c @@ -20,12 +20,13 @@ * 3. This notice may not be removed or altered from any source distribution. */ -#include "../Platform.h" #include #include #include #include +#include "../Platform.h" + #include "resource.h" #include "fileform.h"