mirror of
https://github.com/david-schmidt/gsport.git
synced 2024-12-29 10:31:50 +00:00
Accept dropped files again
This commit is contained in:
parent
ce80e6ebca
commit
51f8191a1c
@ -107,7 +107,7 @@ main(int argc, char **argv)
|
||||
// g_main_height = height;
|
||||
|
||||
|
||||
HWND hwnd = CreateWindow("gsport", "GSport - Apple //gs Emulator",
|
||||
HWND hwnd = CreateWindowEx(WS_EX_ACCEPTFILES, "gsport", "GSport - Apple //gs Emulator",
|
||||
WS_TILED | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX,
|
||||
CW_USEDEFAULT, CW_USEDEFAULT,
|
||||
X_A2_WINDOW_WIDTH, height,
|
||||
|
Loading…
Reference in New Issue
Block a user