From bad3a92fc3fbe907a96a55dded690a150a6454cf Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 5 Dec 2008 16:41:12 +0000 Subject: [PATCH] Added GL_ABGR_EXT to fix windows build --- include/osg/Image | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/osg/Image b/include/osg/Image index ec69f4665..6a143e062 100644 --- a/include/osg/Image +++ b/include/osg/Image @@ -51,6 +51,10 @@ #endif +#ifndef GL_ABGR_EXT +#define GL_ABGR_EXT 0x8000 +#endif + namespace osg { // forward declare