Author: greatlrd Date: Mon Nov 12 21:42:32 2007 New Revision: 30400
URL: http://svn.reactos.org/svn/reactos?rev=30400&view=rev Log: Fix the build thx Pigglesworth for all help and founding the ICD issue in reactos
Modified: trunk/reactos/dll/win32/opengl32/opengl32.h
Modified: trunk/reactos/dll/win32/opengl32/opengl32.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/opengl32/opengl32... ============================================================================== --- trunk/reactos/dll/win32/opengl32/opengl32.h (original) +++ trunk/reactos/dll/win32/opengl32/opengl32.h Mon Nov 12 21:42:32 2007 @@ -141,7 +141,7 @@ BOOL WINAPI (*DrvRealizeLayerPalette)( HDC, int, BOOL ); PICDTable WINAPI (*DrvSetContext)( HDC hdc, HGLRC hglrc, SetContextCallBack callback ); int WINAPI (*DrvSetLayerPaletteEntries)( HDC, int, int, int, CONST COLORREF * ); - BOOL WINAPI (*DrvSetPixelFormat)( IN HDC, IN int ); /*, IN CONST PIXELFORMATDESCRIPTOR * );*/ + BOOL WINAPI (*DrvSetPixelFormat)( IN HDC, IN int, const PIXELFORMATDESCRIPTOR * ); BOOL WINAPI (*DrvShareLists)( HGLRC, HGLRC ); BOOL WINAPI (*DrvSwapBuffers)( HDC ); BOOL WINAPI (*DrvSwapLayerBuffers)( HDC, UINT );