fixed some compile errors caused by removing some config.h options
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3429 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1d53ac7649
commit
851032d22a
6 changed files with 33 additions and 9 deletions
|
@ -633,6 +633,8 @@ skipPage:
|
|||
return HandleStaticBkColor();
|
||||
}
|
||||
|
||||
#define this_page ((page*)lParam)
|
||||
|
||||
#ifdef NSIS_CONFIG_LICENSEPAGE
|
||||
|
||||
#define _RICHEDIT_VER 0x0200
|
||||
|
@ -647,8 +649,6 @@ DWORD CALLBACK StreamLicense(DWORD dwCookie, LPBYTE pbBuff, LONG cb, LONG *pcb)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#define this_page ((page*)lParam)
|
||||
|
||||
static BOOL CALLBACK LicenseProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
page *m_this_page=g_this_page;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue