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
This commit is contained in:
kichik 2007-01-30 23:11:11 +00:00
parent 783ad89ca8
commit b3838bdf91

View file

@ -1,6 +1,8 @@
#ifndef _EXDLL_H_
#define _EXDLL_H_
#include <windows.h>
// only include this file from one place in your DLL.
// (it is all static, if you use it in two places it will fail)