Debug compiles too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1966 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f8a16138ca
commit
4dad461d26
1 changed files with 4 additions and 0 deletions
|
@ -1118,7 +1118,11 @@ extern "C" void __declspec(dllexport) show(HWND hwndParent, int string_size,
|
||||||
showCfgDlg();
|
showCfgDlg();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef DEBUG
|
||||||
|
extern "C" BOOL WINAPI DllMain(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved)
|
||||||
|
#else
|
||||||
extern "C" BOOL WINAPI _DllMainCRTStartup(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved)
|
extern "C" BOOL WINAPI _DllMainCRTStartup(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved)
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
m_hInstance=(HINSTANCE) hInst;
|
m_hInstance=(HINSTANCE) hInst;
|
||||||
if (ul_reason_for_call == DLL_THREAD_DETACH || ul_reason_for_call == DLL_PROCESS_DETACH)
|
if (ul_reason_for_call == DLL_THREAD_DETACH || ul_reason_for_call == DLL_PROCESS_DETACH)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue