shell32: Remove WINAPI on static functions where not needed.
This commit is contained in:
parent
4dfa780e47
commit
db36599aff
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue