From 4454fdbfc2028bb7c9483ecc810f0825b72edf76 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 24 Oct 2016 08:33:35 +0200 Subject: [PATCH] Fix MSVC build --- libretro-common/include/gfx/gl_capabilities.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libretro-common/include/gfx/gl_capabilities.h b/libretro-common/include/gfx/gl_capabilities.h index 2cf84cfcf5..dd05a2cbde 100644 --- a/libretro-common/include/gfx/gl_capabilities.h +++ b/libretro-common/include/gfx/gl_capabilities.h @@ -47,8 +47,6 @@ enum gl_capability_enum GL_CAPS_GLES3_SUPPORTED }; -RETRO_BEGIN_DECLS - bool gl_check_error(char **error_string); bool gl_query_core_context_in_use(void); @@ -59,6 +57,4 @@ void gl_query_core_context_unset(void); bool gl_check_capability(enum gl_capability_enum enum_idx); -RETRO_END_DECLS - #endif