mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user