about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibgl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibgl.c')
-rwxr-xr-xsrc/wrapped/wrappedlibgl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibgl.c b/src/wrapped/wrappedlibgl.c
index 8f544a3c..27ef1966 100755
--- a/src/wrapped/wrappedlibgl.c
+++ b/src/wrapped/wrappedlibgl.c
@@ -21,6 +21,8 @@ extern char* libGL;
 const char* libglName = "libGL.so.1";
 #define LIBNAME libgl
 
+// FIXME: old wrapped* type of file, cannot use generated/wrappedlibgltypes.h
+
 void fillGLProcWrapper(box64context_t*);
 void freeProcWrapper(kh_symbolmap_t** symbolmap);