Skip to content
Snippets Groups Projects
Commit 99f4ec0b authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix MSVC warning about defined standard C features.

parent 2f436df7
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@ gdi_handle_wm_paint(HWND hwnd)
diw = gb->w;
b5hdr.bV5Width = gb->w;
dih = gb->h;
b5hdr.bV5Height = -gb->h;
b5hdr.bV5Height = 0L - gb->h;
b5hdr.bV5SizeImage = gb->w * gb->h * 4;
}
data = gb->data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment