mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-09 04:13:28 -05:00
mingw: fix use of undefined __callback
This commit is contained in:
parent
b1b1b6d86b
commit
045ef05f88
|
|
@ -12,6 +12,12 @@
|
|||
#include "Common/CommonFuncs.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#ifndef __callback
|
||||
#define __callback
|
||||
#endif
|
||||
#endif
|
||||
|
||||
namespace Common
|
||||
{
|
||||
std::optional<std::wstring> GetPropertyHelper(auto function, auto dev,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user