Commit db36599a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32: Remove WINAPI on static functions where not needed.

parent 4dfa780e
......@@ -3135,7 +3135,7 @@ static HRESULT get_known_folder_registry_path(
* However, besides root key, path is always that same, and is stored
* as "szKnownFolderRedirections" constant
*/
static HRESULT WINAPI get_known_folder_redirection_place(
static HRESULT get_known_folder_redirection_place(
REFKNOWNFOLDERID rfid,
HKEY *rootKey)
{
......@@ -3173,7 +3173,7 @@ static HRESULT WINAPI get_known_folder_redirection_place(
return hr;
}
static HRESULT WINAPI redirect_known_folder(
static HRESULT redirect_known_folder(
REFKNOWNFOLDERID rfid,
HWND hwnd,
KF_REDIRECT_FLAGS flags,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment