mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 01:38:12 +00:00
(Win32) Buildfixes
This commit is contained in:
parent
883179bc40
commit
c20c6a5438
@ -99,20 +99,12 @@ void win32_window_reset(void);
|
||||
|
||||
void win32_destroy_window(void);
|
||||
|
||||
#ifndef _MSC_VER
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
LRESULT CALLBACK WndProcD3D(HWND hwnd, UINT message,
|
||||
WPARAM wparam, LPARAM lparam);
|
||||
|
||||
LRESULT CALLBACK WndProcGL(HWND hwnd, UINT message,
|
||||
WPARAM wparam, LPARAM lparam);
|
||||
|
||||
#ifndef _MSC_VER
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef _XBOX
|
||||
BOOL IsIconic(HWND hwnd);
|
||||
#endif
|
||||
|
@ -113,9 +113,6 @@ typedef struct
|
||||
int parameters_start_y;
|
||||
} shader_dlg_t;
|
||||
|
||||
extern LRESULT CALLBACK WndProcGL(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
|
||||
extern LRESULT CALLBACK WndProcD3D(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
|
||||
|
||||
static shader_dlg_t g_shader_dlg = {0};
|
||||
|
||||
static INLINE void shader_dlg_refresh_trackbar_label(int index)
|
||||
|
Loading…
Reference in New Issue
Block a user