From b3838bdf9192e766f82845d7be8e9336e94fb151 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 30 Jan 2007 23:11:11 +0000 Subject: [PATCH] include windows.h for HWND, GPTR and friends git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4915 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/ExDLL/exdll.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contrib/ExDLL/exdll.h b/Contrib/ExDLL/exdll.h index 1dd3f86b..d81070e5 100644 --- a/Contrib/ExDLL/exdll.h +++ b/Contrib/ExDLL/exdll.h @@ -1,6 +1,8 @@ #ifndef _EXDLL_H_ #define _EXDLL_H_ +#include + // only include this file from one place in your DLL. // (it is all static, if you use it in two places it will fail)