From 7ed8f7ad3f607ecd9c56e01a8212aff41ffbc1c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Mon, 16 Sep 2013 17:23:06 +0000 Subject: [PATCH] [FIX_BUILD_DAMN_IT] - forgot this file svn path=/trunk/; revision=60172 --- reactos/dll/opengl/opengl32_new/opengl32.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/dll/opengl/opengl32_new/opengl32.h b/reactos/dll/opengl/opengl32_new/opengl32.h index a603d8d7b8e..2bde16d7e2d 100644 --- a/reactos/dll/opengl/opengl32_new/opengl32.h +++ b/reactos/dll/opengl/opengl32_new/opengl32.h @@ -22,7 +22,7 @@ struct wgl_context { DWORD magic; volatile LONG lock; - + DHGLRC dhglrc; struct ICD_Data* icd_data; INT pixelformat; @@ -65,6 +65,7 @@ struct Opengl32_ThreadData HGLRC hglrc; HDC hdc; struct wgl_dc_data* dc_data; + PVOID* icdData; }; static inline