shell32: Make GetFileNameFromBrowse{A,W}() static.
This commit is contained in:
parent
7f1fe90e7f
commit
8a00aaaa50
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue