35 #ifdef __cplusplus_cli
36 #pragma managed(push, off)
39 #include "GL/opengl.h"
40 #include "GL/opengl_defines.h"
41 #include "GL/opengl_target.h"
42 #include "GL/opengl_window_description.h"
43 #include "GL/opengl_wrap.h"
44 #include "GL/setup_gl.h"
45 #include "GL/opengl_graphic_context.h"
47 #ifdef __cplusplus_cli
53 #error Your application is set to link with the single-threaded version of the run-time library. Go to project settings, in the C++ section, and change it to multi-threaded.
57 #pragma comment(lib, "clanGL-dll.lib")
59 #pragma comment(lib, "clanGL-static-mtdll.lib")
61 #pragma comment(lib, "clanGL-static-mt.lib")
65 #pragma comment(lib, "clanGL-dll-debug.lib")
67 #pragma comment(lib, "clanGL-static-mtdll-debug.lib")
69 #pragma comment(lib, "clanGL-static-mt-debug.lib")
72 #pragma comment(lib, "winmm.lib")
73 #pragma comment(lib, "OpenGL32.lib")
74 #pragma comment(lib, "GLU32.lib")