From 18ea0aef9c821f268665e1a2d22fb35d3a8ab839 Mon Sep 17 00:00:00 2001 From: Francois Gouget <fgouget@free.fr> Date: Thu, 28 Apr 2011 11:54:35 +0200 Subject: [PATCH] gameux: Remove WINAPI on static functions where not needed. --- dlls/gameux/gameexplorer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gameux/gameexplorer.c b/dlls/gameux/gameexplorer.c index 965a0f0bdc8..8b57247ed54 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) -- GitLab