mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(Win32) Replace wgl_shader_dlg.h header includes
This commit is contained in:
parent
5b688ea8be
commit
a8f9d73a97
@ -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"
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user