From dc4aa056276f0da2d0c975948f14976b0e7f09fd Mon Sep 17 00:00:00 2001 From: Moros Smith Date: Mon, 5 Aug 2024 10:09:47 -0400 Subject: [PATCH] fix case sensitive #include for windows opengl3.3 --- olcPixelGameEngine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olcPixelGameEngine.h b/olcPixelGameEngine.h index 1fc11c46..3f9a9cd0 100644 --- a/olcPixelGameEngine.h +++ b/olcPixelGameEngine.h @@ -1403,7 +1403,7 @@ namespace olc #if defined(OLC_GFX_OPENGL33) #if defined(OLC_PLATFORM_WINAPI) - #include + #include #define CALLSTYLE __stdcall #endif