Skip to content

Commit

Permalink
Use stdcall instead of thicall
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmolot committed Jul 3, 2024
1 parent da10dc5 commit 0a5d548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/watchdog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#if SYSTEM_IS_WINDOWS
#if ARCHITECTURE_IS_X86
#define GMCOMMON_CALLING_CONVENTION __thiscall
#define GMCOMMON_CALLING_CONVENTION __stdcall
#else
#define GMCOMMON_CALLING_CONVENTION __fastcall
#endif
Expand Down

0 comments on commit 0a5d548

Please sign in to comment.