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_context_description.h"
43 #include "GL/opengl_wrap.h"
45 #ifdef __cplusplus_cli
51 #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.
55 #pragma comment(lib, "clanGL-dll.lib")
57 #pragma comment(lib, "clanGL-static-mtdll.lib")
59 #pragma comment(lib, "clanGL-static-mt.lib")
63 #pragma comment(lib, "clanGL-dll-debug.lib")
65 #pragma comment(lib, "clanGL-static-mtdll-debug.lib")
67 #pragma comment(lib, "clanGL-static-mt-debug.lib")
70 #pragma comment(lib, "winmm.lib")
71 #pragma comment(lib, "OpenGL32.lib")
72 #pragma comment(lib, "GLU32.lib")