mirror of
https://github.com/encounter/SDL.git
synced 2025-12-21 10:49:12 +00:00
merge fallout: Patched to compile, fixed some compiler warnings, etc.
This commit is contained in:
@@ -962,7 +962,6 @@ WIN_WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
UINT i;
|
||||
HDROP drop = (HDROP) wParam;
|
||||
SDL_bool isstack;
|
||||
UINT count = DragQueryFile(drop, 0xFFFFFFFF, NULL, 0);
|
||||
for (i = 0; i < count; ++i) {
|
||||
SDL_bool isstack;
|
||||
|
||||
Reference in New Issue
Block a user