Assorted spelling fixes.
This commit is contained in:
parent
d069312de6
commit
0217bfdfed
@ -3551,7 +3551,7 @@ VarXor_Exit:
|
|||||||
* pVarOut [O] Destination for comparison result
|
* pVarOut [O] Destination for comparison result
|
||||||
*
|
*
|
||||||
* RETURNS
|
* RETURNS
|
||||||
* Success: S_OK. pVarOut contains the result of the comparason (VARIANT_TRUE
|
* Success: S_OK. pVarOut contains the result of the comparison (VARIANT_TRUE
|
||||||
* if equivalent or non-zero otherwise.
|
* if equivalent or non-zero otherwise.
|
||||||
* Failure: An HRESULT error code indicating the error.
|
* Failure: An HRESULT error code indicating the error.
|
||||||
*
|
*
|
||||||
|
@ -918,7 +918,7 @@ BOOL WINAPI ShellExecuteExW32 (LPSHELLEXECUTEINFOW sei, SHELL_ExecuteW32 execfun
|
|||||||
static const WCHAR wExplorer[] = {'e','x','p','l','o','r','e','r','.','e','x','e',0};
|
static const WCHAR wExplorer[] = {'e','x','p','l','o','r','e','r','.','e','x','e',0};
|
||||||
|
|
||||||
WCHAR wszApplicationName[MAX_PATH+2], wszCommandline[1024], wszDir[MAX_PATH];
|
WCHAR wszApplicationName[MAX_PATH+2], wszCommandline[1024], wszDir[MAX_PATH];
|
||||||
SHELLEXECUTEINFOW sei_tmp; /* modifyable copy of SHELLEXECUTEINFO struct */
|
SHELLEXECUTEINFOW sei_tmp; /* modifiable copy of SHELLEXECUTEINFO struct */
|
||||||
WCHAR wfileName[MAX_PATH];
|
WCHAR wfileName[MAX_PATH];
|
||||||
void *env;
|
void *env;
|
||||||
WCHAR lpstrProtocol[256];
|
WCHAR lpstrProtocol[256];
|
||||||
|
@ -2641,7 +2641,7 @@ DWORD WINAPI WhichPlatform()
|
|||||||
GET_FUNC(pDllGetVersion, shell32, "DllGetVersion", 1);
|
GET_FUNC(pDllGetVersion, shell32, "DllGetVersion", 1);
|
||||||
dwState = pDllGetVersion ? 2 : 1;
|
dwState = pDllGetVersion ? 2 : 1;
|
||||||
|
|
||||||
/* Set or delete the key accordinly */
|
/* Set or delete the key accordingly */
|
||||||
dwRet = RegOpenKeyExA(HKEY_LOCAL_MACHINE,
|
dwRet = RegOpenKeyExA(HKEY_LOCAL_MACHINE,
|
||||||
"Software\\Microsoft\\Internet Explorer", 0,
|
"Software\\Microsoft\\Internet Explorer", 0,
|
||||||
KEY_ALL_ACCESS, &hKey);
|
KEY_ALL_ACCESS, &hKey);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user