Skip to content

Commit d264357

Browse files
committed
Update rcore_desktop_win32.c
1 parent 0b9f463 commit d264357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/platforms/rcore_desktop_win32.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ static PFNWGLGETEXTENSIONSSTRINGARBPROC wglGetExtensionsStringARB = NULL;
195195
#define WGL_CONTEXT_PROFILE_MASK_ARB 0x9126
196196
#define WGL_CONTEXT_CORE_PROFILE_BIT_ARB 0x00000001
197197
#define WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x00000002
198-
#define WGL_CONTEXT_ES_PROFILE_BIT_EXT 0x00000004
199-
#define WGL_CONTEXT_ES2_PROFILE_BIT_EXT 0x00000004
198+
#define WGL_CONTEXT_ES_PROFILE_BIT_EXT 0x00000004
199+
#define WGL_CONTEXT_ES2_PROFILE_BIT_EXT 0x00000004
200200

201201
//----------------------------------------------------------------------------------
202202
// Types and Structures Definition

0 commit comments

Comments
 (0)