mirror of
https://github.com/libretro/RetroArch
synced 2025-02-26 06:40:39 +00:00
Get rid of extern "C" for WndProc
This commit is contained in:
parent
c20c6a5438
commit
d810ba607b
@ -172,10 +172,6 @@ static const char *win32_video_get_ident(void)
|
||||
return video_driver_get_ident();
|
||||
}
|
||||
|
||||
#ifndef _MSC_VER
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
LRESULT CALLBACK WndProcD3D(HWND hwnd, UINT message,
|
||||
WPARAM wparam, LPARAM lparam)
|
||||
{
|
||||
@ -301,10 +297,6 @@ LRESULT CALLBACK WndProcGL(HWND hwnd, UINT message,
|
||||
return DefWindowProc(hwnd, message, wparam, lparam);
|
||||
}
|
||||
|
||||
#ifndef _MSC_VER
|
||||
}
|
||||
#endif
|
||||
|
||||
bool win32_window_create(void *data, unsigned style,
|
||||
RECT *mon_rect, unsigned width,
|
||||
unsigned height, bool fullscreen)
|
||||
|
Loading…
x
Reference in New Issue
Block a user