shell32: Remove WINAPI on static functions where not needed.

Francois Gouget fgouget at free.fr
Fri Jul 1 02:32:37 CDT 2011


---
 dlls/shell32/shellpath.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shell32/shellpath.c b/dlls/shell32/shellpath.c
index 5600202..fd3a0d1 100644
--- a/dlls/shell32/shellpath.c
+++ b/dlls/shell32/shellpath.c
@@ -3136,7 +3136,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)
 {
@@ -3174,7 +3174,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,
-- 
1.7.5.4



More information about the wine-patches mailing list