Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 510710 | Differences between
and this patch

Collapse All | Expand All

(-)./pcsx2-1.2.2/plugins/GSdx/stdafx.h (+3 lines)
Lines 195-200 Link Here
195
	// Note use GL/glcorearb.h on the future
195
	// Note use GL/glcorearb.h on the future
196
	#include <GL/gl.h>
196
	#include <GL/gl.h>
197
	#include <GL/glext.h>
197
	#include <GL/glext.h>
198
        #ifndef PFNGLBLENDCOLORPROC
199
              typedef void (APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
200
        #endif
198
#endif
201
#endif
199
	#include "GLLoader.h"
202
	#include "GLLoader.h"
200
203

Return to bug 510710