From d1a1ed1ee34c7d48c020ca5a168268711dcb9536 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 10 Jan 2009 21:53:58 +0000 Subject: [PATCH] shell api for shell stuff that's not automatically included in latest sdks git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5895 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/Platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Platform.h b/Source/Platform.h index 607dab31..399d67bb 100644 --- a/Source/Platform.h +++ b/Source/Platform.h @@ -24,6 +24,7 @@ #ifdef _WIN32 # include # include +# include #else # ifndef EXEHEAD # include