'cause a MinGW party don't stop
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7022 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6223c290ef
commit
2502961051
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ WINUSERAPI BOOL WINAPI IsHungAppWindow(HWND); // MinGW is wrong, IsHungAppWindow
|
|||
#endif
|
||||
static BOOL IsHung(HWND hWnd)
|
||||
{
|
||||
#if !(defined(__MINGW32_MAJOR_VERSION) && !defined(__MINGW64_VERSION_MAJOR) && (__MINGW64_VERSION_MAJOR <= 15))
|
||||
#if !(defined(__MINGW32_MAJOR_VERSION) && !defined(__MINGW64_VERSION_MAJOR) && (__MINGW32_MINOR_VERSION <= 15))
|
||||
if (sizeof(void*) > 4 || sizeof(TCHAR) > 1)
|
||||
{
|
||||
return IsHungAppWindow(hWnd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue