From de95ac3adbab69e66495c6833a8d9adcfde1edfc Mon Sep 17 00:00:00 2001 From: Peter Tissen Date: Wed, 12 Feb 2014 21:46:23 +0100 Subject: [PATCH] remove the outdated gl.lib reference, if this causes new linker issues we need to add the right name to the vcxproj instead --- rpcs3/Emu/GS/GL/GLGSRender.h | 1 - 1 file changed, 1 deletion(-) diff --git a/rpcs3/Emu/GS/GL/GLGSRender.h b/rpcs3/Emu/GS/GL/GLGSRender.h index 82a2ee2f30..8be6fc008c 100644 --- a/rpcs3/Emu/GS/GL/GLGSRender.h +++ b/rpcs3/Emu/GS/GL/GLGSRender.h @@ -8,7 +8,6 @@ #include "GLProgramBuffer.h" #pragma comment(lib, "opengl32.lib") -#pragma comment(lib, "gl.lib") #define RSX_DEBUG 1