Francois Gouget : gameux: Remove WINAPI on static functions where not needed.
Module: wine Branch: master Commit: 18ea0aef9c821f268665e1a2d22fb35d3a8ab839 URL: http://source.winehq.org/git/wine.git/?a=commit;h=18ea0aef9c821f268665e1a2d2... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Apr 28 11:54:35 2011 +0200 gameux: Remove WINAPI on static functions where not needed. --- dlls/gameux/gameexplorer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/gameux/gameexplorer.c b/dlls/gameux/gameexplorer.c index 965a0f0..8b57247 100644 --- a/dlls/gameux/gameexplorer.c +++ b/dlls/gameux/gameexplorer.c @@ -523,7 +523,7 @@ static HRESULT GAMEUX_RemoveRegistryRecord(GUID* pInstanceID) * identifier will be generated automatically * and returned via this parameter */ -static HRESULT WINAPI GAMEUX_RegisterGame(LPCWSTR sGDFBinaryPath, +static HRESULT GAMEUX_RegisterGame(LPCWSTR sGDFBinaryPath, LPCWSTR sGameInstallDirectory, GAME_INSTALL_SCOPE installScope, GUID *pInstanceID)
participants (1)
-
Alexandre Julliard