diff -r 95281174e297 -r f382ec6dba11 project_files/hwc/rtl/misc.c --- a/project_files/hwc/rtl/misc.c Sun Aug 04 01:52:12 2019 +0200 +++ b/project_files/hwc/rtl/misc.c Mon Aug 05 00:20:45 2019 +0200 @@ -224,8 +224,8 @@ { return GLEW_OK; } -#else +#endif + void fpcrtl_glShaderSource(GLuint shader, GLsizei count,/* const dropped for pas2c compat */ GLchar **string, const GLint *length) { glShaderSource(shader, count, (const char * const *)string, length); } -#endif