Skip to content
Snippets Groups Projects
Commit 67a9bb19 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Win32 API calls are __stdcall

parent 891d50ef
No related branches found
No related tags found
No related merge requests found
Pipeline #5867 passed
......@@ -195,9 +195,9 @@ static BOOL
gdiAdjustWindowRect(LPRECT r, DWORD style, BOOL menu, UINT dpi)
{
static bool gotPtr = false;
static BOOL (*AWREFD)(LPRECT, DWORD, BOOL, DWORD, UINT);
static BOOL (*GDFW)(HWND);
static BOOL (*GDFS)(void);
static BOOL (__stdcall *AWREFD)(LPRECT, DWORD, BOOL, DWORD, UINT);
static BOOL (__stdcall *GDFW)(HWND);
static BOOL (__stdcall *GDFS)(void);
if (!gotPtr) {
const char* user32dll[] = {"User32", NULL};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment