Author: jgardou Date: Mon Sep 16 17:23:06 2013 New Revision: 60172
URL: http://svn.reactos.org/svn/reactos?rev=60172&view=rev Log: [FIX_BUILD_DAMN_IT] - forgot this file
Modified: trunk/reactos/dll/opengl/opengl32_new/opengl32.h
Modified: trunk/reactos/dll/opengl/opengl32_new/opengl32.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/opengl32_new/ope... ============================================================================== --- trunk/reactos/dll/opengl/opengl32_new/opengl32.h [iso-8859-1] (original) +++ trunk/reactos/dll/opengl/opengl32_new/opengl32.h [iso-8859-1] Mon Sep 16 17:23:06 2013 @@ -22,7 +22,7 @@ { DWORD magic; volatile LONG lock; - + DHGLRC dhglrc; struct ICD_Data* icd_data; INT pixelformat; @@ -65,6 +65,7 @@ HGLRC hglrc; HDC hdc; struct wgl_dc_data* dc_data; + PVOID* icdData; };
static inline