win32-blech.. i cant remember the details here. i think this was necessary to stop hexedit (memview) from going into infinite loops on some people's systems, probably WINE systems.

This commit is contained in:
zeromus 2012-08-31 18:26:36 +00:00
parent 96de43061d
commit a4bcfa8599
1 changed files with 1 additions and 1 deletions

View File

@ -1670,7 +1670,7 @@ LRESULT CALLBACK MemViewCallB(HWND hwnd, UINT message, WPARAM wParam, LPARAM lPa
return 0;
}
case WM_DESTROY :
case WM_CLOSE:
KillMemView();
//ReleaseDC (hwnd, mDC) ;
//DestroyWindow(hMemView);