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

Alexandre Julliard julliard at winehq.org
Mon Nov 16 11:43:54 CST 2009


Module: wine
Branch: master
Commit: 8a00aaaa50e1571556fa3e9bc30073ff16abad5f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8a00aaaa50e1571556fa3e9bc30073ff16abad5f

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Nov 14 15:52:55 2009 +0100

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

---

 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,




More information about the wine-cvs mailing list