mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-03-18 10:20:52 +00:00
Mark nvapi_QueryInterface as cdecl
Shouldn't matter on x64 since everything is fastcall here, but cdecl is the correct declaration.
This commit is contained in:
parent
68fa43a61c
commit
6c5fa8a08d
@ -24,8 +24,7 @@ namespace {
|
||||
#undef NVAPI_INTERFACE
|
||||
#define NVAPI_INTERFACE NvAPI_Status __cdecl
|
||||
|
||||
extern void *
|
||||
nvapi_QueryInterface(NvU32 id);
|
||||
extern void *__cdecl nvapi_QueryInterface(NvU32 id);
|
||||
|
||||
NVAPI_INTERFACE
|
||||
NvAPI_Initialize() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user