Navigation Menu

Skip to content

Commit

Permalink
Fixed Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 28, 2015
1 parent 0669a22 commit 779d403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/windows/SDL_windowswindow.c
Expand Up @@ -615,7 +615,7 @@ WIN_DestroyWindow(_THIS, SDL_Window * window)

if (data) {
ReleaseDC(data->hwnd, data->hdc);
ReleaseProp(data->hwnd, TEXT("SDL_WindowData"));
RemoveProp(data->hwnd, TEXT("SDL_WindowData"));
if (data->created) {
DestroyWindow(data->hwnd);
} else {
Expand Down

0 comments on commit 779d403

Please sign in to comment.