From 2b6262cbe6715c2402c98da47c1b748755b35a3e Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Tue, 17 May 2011 18:51:31 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@66878 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/peopsxgl/externals.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins') diff --git a/plugins/peopsxgl/externals.h b/plugins/peopsxgl/externals.h index 074442aa..569be698 100644 --- a/plugins/peopsxgl/externals.h +++ b/plugins/peopsxgl/externals.h @@ -20,6 +20,12 @@ // if you use it, you must include it. #include #include +#ifndef GL_COLOR_INDEX8_EXT +#define GL_COLOR_INDEX8_EXT 0x80E5 +#endif +#ifndef glColorTableEXT +#define glColorTableEXT glColorTable +#endif #endif #define MIRROR_TEST 1 -- cgit v1.2.3