Skip to content

Commit

Permalink
Changed to __stdcall.
Browse files Browse the repository at this point in the history
  • Loading branch information
Braasileiro committed Aug 13, 2022
1 parent 9efd7bd commit 71099a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PDRPC/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 71099a3

Please sign in to comment.