added auto completion to the directory page

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4236 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-09-02 11:35:45 +00:00
parent 7ecd1d3185
commit 86ccf99b80
5 changed files with 49 additions and 35 deletions

View file

@ -7,7 +7,7 @@
#ifdef _WIN32
# ifndef _WIN32_IE
# define _WIN32_IE 0x0400
# define _WIN32_IE 0x0500
# endif
# include <windows.h>
# include <commctrl.h>