Skip to content
Snippets Groups Projects
Commit 5b0b90b4 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Resolve some MSVC warnings

parent 48059835
Branches
Tags
1 merge request!488Overhaul LZH code
......@@ -801,7 +801,7 @@ void win32_textmode(int mode)
COORD sz;
SMALL_RECT rc;
CONSOLE_SCREEN_BUFFER_INFOEX bi;
int i;
size_t i;
DWORD oldmode;
DWORD cmode;
int wx, wy;
......
......@@ -686,8 +686,6 @@ gdi_handle_getdpiscaledsize(WORD dpi, LPSIZE sz)
static LRESULT
gdi_handle_wm_activateapp(WPARAM wParam, LPARAM lParam)
{
int w, h;
if (wParam == FALSE) {
if (fullscreen) {
// Minimize when we lose focus in fullscreen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment