mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 02:56:09 +00:00
[FIX_BUILD_DAMN_IT]
- forgot this file svn path=/trunk/; revision=60172
This commit is contained in:
parent
d0840bf250
commit
7ed8f7ad3f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue