From a3f593158b25f78027504129c343b9aab433183d Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 22 Nov 2010 12:51:52 +0100 Subject: NativeWindow/Windows: Fix CreateDummyWindow gluegen and usage NativeWindow+JOGL/Windows: Complete Opaque types --- make/stub_includes/win32/wingdi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/stub_includes/win32/wingdi.h') diff --git a/make/stub_includes/win32/wingdi.h b/make/stub_includes/win32/wingdi.h index e4942b21b..e31cd8c5a 100644 --- a/make/stub_includes/win32/wingdi.h +++ b/make/stub_includes/win32/wingdi.h @@ -168,7 +168,7 @@ WINGDIAPI HGDIOBJ WINAPI SelectObject(HDC, HGDIOBJ); // Routines for creation of a dummy window, device context and OpenGL // context for the purposes of getting wglChoosePixelFormatARB and // associated routines - HWND CreateDummyWindow( int x, int y, int width, int height ) ; + HWND CreateDummyWindow0( HINSTANCE hInstance, int x, int y, int width, int height ) ; WINUSERAPI BOOL WINAPI ShowWindow(HWND hWnd, int nCmdShow); WINUSERAPI HDC WINAPI GetDC(HWND); WINUSERAPI int WINAPI ReleaseDC(HWND hWnd, HDC hDC); -- cgit v1.2.3