#ifndef SYSTEMGL_H_ #define SYSTEMGL_H_ #ifdef _WIN32 // Prevent obtuse compile errors on Win32/mingw32. This is related // GLU Tessellation callback definitions, and how glew deals with them. #include #endif #include #include std::string glew_dump(bool dumpall=false); bool report_glerror(const char *task); #endif