From c05f2db2e4f14d0c62f8b4aa388045a3856c6818 Mon Sep 17 00:00:00 2001 From: fgenesis Date: Wed, 9 Nov 2016 02:10:13 +0100 Subject: [PATCH] Fix vs2015 build --- BBGE/GL/glext.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/BBGE/GL/glext.h b/BBGE/GL/glext.h index 83c7b59..6f22cc6 100644 --- a/BBGE/GL/glext.h +++ b/BBGE/GL/glext.h @@ -62,9 +62,6 @@ extern "C" { #ifndef APIENTRYP #define APIENTRYP APIENTRY * #endif -#ifndef extern -#define extern extern -#endif /*************************************************************/