backend_test: dont use glw3 loader on main, add USE_DOCKING define

This commit is contained in:
Victor Bombi
2020-10-16 17:33:05 +02:00
parent c1a4efeb10
commit 64ed803093
3 changed files with 8 additions and 16 deletions

View File

@@ -1,9 +1,6 @@
// GL3W/GLFW
#include <GL/gl3w.h> // This example is using gl3w to access OpenGL functions (because it is small). You may use glew/glad/glLoadGen/etc. whatever already works for you.
//making it accesible for luajit
//making it accesible for main
#ifdef _WIN32
__declspec( dllexport ) int Do_gl3wInit(void);
#else