Drag and Drop Support into the Makensisw window

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@960 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-09-09 16:43:45 +00:00
parent 5408e3ca6d
commit f4f4681851
5 changed files with 40 additions and 9 deletions

View file

@ -42,5 +42,6 @@ void DisableItems(HWND hwnd);
void EnableItems(HWND hwnd);
void RestoreWindowPos(HWND hwnd);
void SaveWindowPos(HWND hwnd);
void ResetObjects();
#endif