From 3c0338f4ee49913a4aa536d2a6213470b1cb49ec Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 25 Sep 2023 17:37:19 -0400 Subject: [PATCH] compile omg --- simpledisplay.d | 1 - 1 file changed, 1 deletion(-) diff --git a/simpledisplay.d b/simpledisplay.d index 993bb6d..f8199e0 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -18387,7 +18387,6 @@ extern(System) nothrow @nogc { static if (!SdpyIsUsingIVGLBinds) { enum GL_TRUE = 1; enum GL_FALSE = 0; - alias int GLint; public void* glbindGetProcAddress (const(char)* name) { void* res = wglGetProcAddress(name);