Fixed windows compilation problem with last update.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@370 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
cjp 2003-11-28 12:04:24 +00:00
parent b309d468c4
commit 5b391a7097

View File

@ -581,7 +581,7 @@ void fgCloseWindow( SFG_Window* window )
wglDeleteContext( window->Window.Context ); wglDeleteContext( window->Window.Context );
} }
DestroyWindow( hWnd ); DestroyWindow( window->Window.Handle );
#endif #endif
} }