mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-22 02:44:38 +00:00
(MSVC) Fix one linking error
This commit is contained in:
parent
b5fa321532
commit
9205424ab4
@ -30,7 +30,16 @@
|
||||
#include "../video_thread_wrapper.h"
|
||||
#include "../drivers_wm/win32_shader_dlg.h"
|
||||
|
||||
extern "C" LRESULT win32_menu_loop(HWND owner, WPARAM wparam);
|
||||
#ifndef _MSC_VER
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
LRESULT win32_menu_loop(HWND owner, WPARAM wparam);
|
||||
|
||||
#ifndef _MSC_VER
|
||||
}
|
||||
#endif
|
||||
|
||||
extern "C" bool dinput_handle_message(void *dinput, UINT message, WPARAM wParam, LPARAM lParam);
|
||||
extern "C" bool win32_browser(
|
||||
HWND owner,
|
||||
|
Loading…
x
Reference in New Issue
Block a user