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:
parent
96de43061d
commit
a4bcfa8599
|
@ -1670,7 +1670,7 @@ LRESULT CALLBACK MemViewCallB(HWND hwnd, UINT message, WPARAM wParam, LPARAM lPa
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
case WM_DESTROY :
|
case WM_CLOSE:
|
||||||
KillMemView();
|
KillMemView();
|
||||||
//ReleaseDC (hwnd, mDC) ;
|
//ReleaseDC (hwnd, mDC) ;
|
||||||
//DestroyWindow(hMemView);
|
//DestroyWindow(hMemView);
|
||||||
|
|
Loading…
Reference in New Issue