From f6ef6fa0d949d911103566e1b49286849af8377c Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Mon, 17 Dec 2012 16:23:02 -0600 Subject: [PATCH] I had the wrong header for Windows in GLVideoInterface.h --- Source/Core/DolphinWX/Src/GLVideoInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/Src/GLVideoInterface.h b/Source/Core/DolphinWX/Src/GLVideoInterface.h index 3469b1d3c1..d688335259 100644 --- a/Source/Core/DolphinWX/Src/GLVideoInterface.h +++ b/Source/Core/DolphinWX/Src/GLVideoInterface.h @@ -26,7 +26,7 @@ #elif defined(__APPLE__) #include "VideoInterface/AGL.h" #elif defined(_WIN32) -#include "VideoInterface/GLW.h" +#include "VideoInterface/WGL.h" #elif defined(HAVE_X11) && HAVE_X11 #include "VideoInterface/GLX.h" #endif