Commit 8a00aaaa authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 7f1fe90e
......@@ -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,
......
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