- Fixed uninstaller refusal to start when on the root directory (note that AllowRootDirInstall true is still required)

- Some touch ups regarding NSIS_CONFIG_VISIBLE_SUPPORT


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2896 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-09-10 16:39:06 +00:00
parent aa09b6bdb9
commit 9d7de707ea
5 changed files with 40 additions and 15 deletions

View file

@ -16,7 +16,13 @@
#endif
extern char g_caption[NSIS_MAX_STRLEN*2];
#ifdef NSIS_CONFIG_VISIBLE_SUPPORT
extern HWND g_hwnd;
extern HANDLE g_hInstance;
extern HWND insthwnd,insthwndbutton;
extern HICON g_hIcon;
extern HICON g_hIcon;
#else
#define g_hwnd 0
#define g_hInstance 0
#define g_hIcon 0
#endif//NSIS_CONFIG_VISIBLE_SUPPORT