shell32: Remove WINAPI on static functions where not needed.

This commit is contained in:
Francois Gouget 2011-07-01 09:32:37 +02:00 committed by Alexandre Julliard
parent 4dfa780e47
commit db36599aff
1 changed files with 2 additions and 2 deletions

View File

@ -3135,7 +3135,7 @@ static HRESULT get_known_folder_registry_path(
* However, besides root key, path is always that same, and is stored * However, besides root key, path is always that same, and is stored
* as "szKnownFolderRedirections" constant * as "szKnownFolderRedirections" constant
*/ */
static HRESULT WINAPI get_known_folder_redirection_place( static HRESULT get_known_folder_redirection_place(
REFKNOWNFOLDERID rfid, REFKNOWNFOLDERID rfid,
HKEY *rootKey) HKEY *rootKey)
{ {
@ -3173,7 +3173,7 @@ static HRESULT WINAPI get_known_folder_redirection_place(
return hr; return hr;
} }
static HRESULT WINAPI redirect_known_folder( static HRESULT redirect_known_folder(
REFKNOWNFOLDERID rfid, REFKNOWNFOLDERID rfid,
HWND hwnd, HWND hwnd,
KF_REDIRECT_FLAGS flags, KF_REDIRECT_FLAGS flags,