Skip to content

Commit

Permalink
Merge pull request #17 from Pika-Software/dev
Browse files Browse the repository at this point in the history
Changed __thiscall to __stdcall
  • Loading branch information
dankmolot authored Jul 3, 2024
2 parents 50eb63d + 6ec84c4 commit a7e517c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.1.3
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 a7e517c

Please sign in to comment.