(Win32) Buildfixes

This commit is contained in:
twinaphex 2015-11-28 21:54:32 +01:00
parent 883179bc40
commit c20c6a5438
2 changed files with 0 additions and 11 deletions

View File

@ -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

View File

@ -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)