Skip to content
Snippets Groups Projects
Commit 73f547c6 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

d3d11_player: fix warning

parent aeded57b
No related branches found
No related tags found
No related merge requests found
Pipeline #17055 passed with stage
in 1 hour, 8 minutes, and 17 seconds
......@@ -584,7 +584,7 @@ int WINAPI WinMain(HINSTANCE hInstance,
RECT wr = {0, 0, SCREEN_WIDTH, SCREEN_HEIGHT};
AdjustWindowRect(&wr, WS_OVERLAPPEDWINDOW, FALSE);
Context.hWnd = CreateWindowEx(NULL,
Context.hWnd = CreateWindowEx(0,
"WindowClass",
"libvlc Demo app",
WS_OVERLAPPEDWINDOW,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment