mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
move fucnion declaration into header file
svn path=/trunk/; revision=7718
This commit is contained in:
parent
bfd145cda4
commit
acba5dbeef
2 changed files with 3 additions and 3 deletions
|
@ -244,6 +244,9 @@ typedef UINT (*SHELL_ExecuteW32)(const WCHAR *lpCmd, void *env, BOOL shWait,
|
|||
|
||||
BOOL WINAPI ShellExecuteExW32(LPSHELLEXECUTEINFOW psei, SHELL_ExecuteW32 execfunc);
|
||||
|
||||
UINT SHELL_FindExecutable(LPCWSTR lpPath, LPCWSTR lpFile, LPCWSTR lpOperation,
|
||||
LPWSTR lpResult, LPWSTR key, void **env, LPCWSTR args);
|
||||
|
||||
extern WCHAR swShell32Name[MAX_PATH];
|
||||
extern char sShell32Name[MAX_PATH];
|
||||
|
||||
|
|
|
@ -649,9 +649,6 @@ static HRESULT Stream_WriteLocationInfo( IStream* stm, LPCSTR filename )
|
|||
return IStream_Write( stm, &loc, loc.dwTotalSize, &count );
|
||||
}
|
||||
|
||||
extern UINT SHELL_FindExecutable(LPCSTR lpPath, LPCSTR lpFile, LPCSTR lpOperation,
|
||||
LPSTR lpResult, LPSTR key, void **env, LPCSTR args);
|
||||
|
||||
/************************************************************************
|
||||
* IPersistStream_Save (IPersistStream)
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue