mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
Fix __stdcall calling convention for Win32 32-bit builds
This commit is contained in:
parent
965149d425
commit
0d2f9b9b11
@ -259,8 +259,8 @@ typedef struct DISPLAYCONFIG_PATH_INFO_CUSTOM {
|
|||||||
UINT32 flags;
|
UINT32 flags;
|
||||||
} DISPLAYCONFIG_PATH_INFO_CUSTOM;
|
} DISPLAYCONFIG_PATH_INFO_CUSTOM;
|
||||||
|
|
||||||
typedef LONG (*QUERYDISPLAYCONFIG)(UINT32, UINT32*, DISPLAYCONFIG_PATH_INFO_CUSTOM*, UINT32*, DISPLAYCONFIG_MODE_INFO_CUSTOM*, DISPLAYCONFIG_TOPOLOGY_ID_CUSTOM*);
|
typedef LONG (__stdcall *QUERYDISPLAYCONFIG)(UINT32, UINT32*, DISPLAYCONFIG_PATH_INFO_CUSTOM*, UINT32*, DISPLAYCONFIG_MODE_INFO_CUSTOM*, DISPLAYCONFIG_TOPOLOGY_ID_CUSTOM*);
|
||||||
typedef LONG (*GETDISPLAYCONFIGBUFFERSIZES)(UINT32, UINT32*, UINT32*);
|
typedef LONG (__stdcall *GETDISPLAYCONFIGBUFFERSIZES)(UINT32, UINT32*, UINT32*);
|
||||||
|
|
||||||
static bool g_resized = false;
|
static bool g_resized = false;
|
||||||
bool g_restore_desktop = false;
|
bool g_restore_desktop = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user