From 9a024c5895a142a9c4d9678e7c51cb4986538c60 Mon Sep 17 00:00:00 2001 From: SimonDanisch Date: Thu, 2 Jan 2020 20:24:20 +0100 Subject: [PATCH] improve formatting --- src/functionloading.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/functionloading.jl b/src/functionloading.jl index ed7dc87..c943e0c 100644 --- a/src/functionloading.jl +++ b/src/functionloading.jl @@ -77,7 +77,9 @@ end if iswindows() const gl_lib = Libdl.dlopen("opengl32") end + include("glFunctions.jl") + if iswindows() Libdl.dlclose(gl_lib) end