(Win32) Replace wgl_shader_dlg.h header includes

This commit is contained in:
twinaphex 2015-04-04 20:45:15 +02:00
parent 5b688ea8be
commit a8f9d73a97
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
#if defined(_WIN32) && !defined(_XBOX)
#include "../drivers_context/win32_dwm_common.h"
#include "../drivers_context/wgl_shader_dlg.h"
#include "../drivers_context/win32_shader_dlg.h"
#endif
#include "../video_shader_driver.h"

View File

@ -28,7 +28,7 @@
#include "../../retroarch.h"
#ifdef HAVE_OPENGL
#include "wgl_shader_dlg.h"
#include "win32_shader_dlg.h"
#endif
static bool win32_browser(HWND owner, char *filename, const char *extensions,