shell32: Make GetFileNameFromBrowse{A,W}() static.

Francois Gouget fgouget at free.fr
Sat Nov 14 08:52:55 CST 2009


---

It's the AW version that's exported.

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

diff --git a/dlls/shell32/shellord.c b/dlls/shell32/shellord.c
index fd942f7..29b77df 100644
--- a/dlls/shell32/shellord.c
+++ b/dlls/shell32/shellord.c
@@ -169,7 +169,7 @@ DWORD WINAPI ParseFieldAW(LPCVOID src, DWORD nField, LPVOID dst, DWORD len)
 /*************************************************************************
  * GetFileNameFromBrowseA			[internal]
  */
-BOOL WINAPI GetFileNameFromBrowseA(
+static BOOL GetFileNameFromBrowseA(
 	HWND hwndOwner,
 	LPSTR lpstrFile,
 	DWORD nMaxFile,
@@ -216,7 +216,7 @@ BOOL WINAPI GetFileNameFromBrowseA(
 /*************************************************************************
  * GetFileNameFromBrowseW			[internal]
  */
-BOOL WINAPI GetFileNameFromBrowseW(
+static BOOL GetFileNameFromBrowseW(
 	HWND hwndOwner,
 	LPWSTR lpstrFile,
 	DWORD nMaxFile,
-- 
1.6.3.3



More information about the wine-patches mailing list