Parsing error "evaluating '*': unexpected '*', expected ',' or ';'"
trelau opened this issue · 1 comments
trelau commented
A few snippets from source header files below that cause the error:
typedef void (GL_APIENTRY* PFNGLREADBUFFERPROC) (GLenum src);
and
typedef const char* (WINAPI *wglGetExtensionsStringARB_t)(HDC theDeviceContext);