From 71099a313d6c9dc2ac6a515b55ed5623f775468a Mon Sep 17 00:00:00 2001 From: Lucas Cota Date: Sat, 13 Aug 2022 17:21:42 -0300 Subject: [PATCH] Changed to __stdcall. --- PDRPC/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDRPC/src/main.cpp b/PDRPC/src/main.cpp index 44c6d1d..e8559cd 100644 --- a/PDRPC/src/main.cpp +++ b/PDRPC/src/main.cpp @@ -89,7 +89,7 @@ HOOK(void, __fastcall, _SongStart, sigSongStart(), int songId) original_SongStart(songId); } -HOOK(__int64, __cdecl, _SongEnd, sigSongEnd()) +HOOK(__int64, __stdcall, _SongEnd, sigSongEnd()) { if (m_Library) {