Assorted typos fixes.
This commit is contained in:
parent
3fef1be56f
commit
be367393c9
|
@ -55,7 +55,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||||
|
|
||||||
LONG WINAPI FMExtensionProcW(HWND hWnd, WORD wEvent, LONG lParam)
|
LONG WINAPI FMExtensionProcW(HWND hWnd, WORD wEvent, LONG lParam)
|
||||||
{
|
{
|
||||||
FIXME("%p, %d, 0x%x) stub\n", hWnd, wEvent, lParam);
|
FIXME("(%p, %d, 0x%x) stub\n", hWnd, wEvent, lParam);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -5302,7 +5302,7 @@ BOOL WINAPI CreateProcessAsUserW(
|
||||||
LPSTARTUPINFOW lpStartupInfo,
|
LPSTARTUPINFOW lpStartupInfo,
|
||||||
LPPROCESS_INFORMATION lpProcessInformation )
|
LPPROCESS_INFORMATION lpProcessInformation )
|
||||||
{
|
{
|
||||||
FIXME("%p %s %s %p %p %d 0x%08x %p %s %p %p - semi- stub\n", hToken,
|
FIXME("%p %s %s %p %p %d 0x%08x %p %s %p %p - semi-stub\n", hToken,
|
||||||
debugstr_w(lpApplicationName), debugstr_w(lpCommandLine), lpProcessAttributes,
|
debugstr_w(lpApplicationName), debugstr_w(lpCommandLine), lpProcessAttributes,
|
||||||
lpThreadAttributes, bInheritHandles, dwCreationFlags, lpEnvironment,
|
lpThreadAttributes, bInheritHandles, dwCreationFlags, lpEnvironment,
|
||||||
debugstr_w(lpCurrentDirectory), lpStartupInfo, lpProcessInformation);
|
debugstr_w(lpCurrentDirectory), lpStartupInfo, lpProcessInformation);
|
||||||
|
@ -5801,7 +5801,7 @@ DWORD WINAPI TreeResetNamedSecurityInfoW( LPWSTR pObjectName,
|
||||||
BOOL KeepExplicit, FN_PROGRESS fnProgress,
|
BOOL KeepExplicit, FN_PROGRESS fnProgress,
|
||||||
PROG_INVOKE_SETTING ProgressInvokeSetting, PVOID Args)
|
PROG_INVOKE_SETTING ProgressInvokeSetting, PVOID Args)
|
||||||
{
|
{
|
||||||
FIXME("(%s, %i, %i, %p, %p, %p, %p, %i, %p, %i, %p Stub\n",
|
FIXME("(%s, %i, %i, %p, %p, %p, %p, %i, %p, %i, %p) stub\n",
|
||||||
debugstr_w(pObjectName), ObjectType, SecurityInfo, pOwner, pGroup,
|
debugstr_w(pObjectName), ObjectType, SecurityInfo, pOwner, pGroup,
|
||||||
pDacl, pSacl, KeepExplicit, fnProgress, ProgressInvokeSetting, Args);
|
pDacl, pSacl, KeepExplicit, fnProgress, ProgressInvokeSetting, Args);
|
||||||
|
|
||||||
|
|
|
@ -391,7 +391,7 @@ HRESULT WINAPI AtlLoadTypeLib(HINSTANCE inst, LPCOLESTR lpszIndex,
|
||||||
*/
|
*/
|
||||||
HRESULT WINAPI AtlWinModuleInit(_ATL_WIN_MODULE *winmod)
|
HRESULT WINAPI AtlWinModuleInit(_ATL_WIN_MODULE *winmod)
|
||||||
{
|
{
|
||||||
TRACE("(%p\n", winmod);
|
TRACE("(%p)\n", winmod);
|
||||||
|
|
||||||
if(winmod->cbSize != sizeof(*winmod))
|
if(winmod->cbSize != sizeof(*winmod))
|
||||||
return E_INVALIDARG;
|
return E_INVALIDARG;
|
||||||
|
|
|
@ -1515,7 +1515,7 @@ HRESULT WINAPI AVISaveVA(LPCSTR szFile, CLSID *pclsidHandler,
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
int len;
|
int len;
|
||||||
|
|
||||||
TRACE("%s,%p,%p,%d,%p,%p)\n", debugstr_a(szFile), pclsidHandler,
|
TRACE("(%s,%p,%p,%d,%p,%p)\n", debugstr_a(szFile), pclsidHandler,
|
||||||
lpfnCallback, nStream, ppavi, plpOptions);
|
lpfnCallback, nStream, ppavi, plpOptions);
|
||||||
|
|
||||||
if (szFile == NULL || ppavi == NULL || plpOptions == NULL)
|
if (szFile == NULL || ppavi == NULL || plpOptions == NULL)
|
||||||
|
|
|
@ -1292,7 +1292,7 @@ static HRESULT WINAPI IAVIStream_fnWriteData(IAVIStream *iface, DWORD fcc, void
|
||||||
|
|
||||||
if (fcc == ckidSTREAMHANDLERDATA) {
|
if (fcc == ckidSTREAMHANDLERDATA) {
|
||||||
if (This->lpHandlerData != NULL) {
|
if (This->lpHandlerData != NULL) {
|
||||||
FIXME(": handler data already set -- overwirte?\n");
|
FIXME(": handler data already set -- overwrite?\n");
|
||||||
return AVIERR_UNSUPPORTED;
|
return AVIERR_UNSUPPORTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -269,7 +269,7 @@ BOOL WINAPI DPA_Merge (HDPA hdpa1, HDPA hdpa2, DWORD dwFlags,
|
||||||
INT nResult, i;
|
INT nResult, i;
|
||||||
INT nIndex;
|
INT nIndex;
|
||||||
|
|
||||||
TRACE("%p %p %08x %p %p %08lx)\n",
|
TRACE("(%p %p %08x %p %p %08lx)\n",
|
||||||
hdpa1, hdpa2, dwFlags, pfnCompare, pfnMerge, lParam);
|
hdpa1, hdpa2, dwFlags, pfnCompare, pfnMerge, lParam);
|
||||||
|
|
||||||
if (IsBadWritePtr (hdpa1, sizeof(*hdpa1)))
|
if (IsBadWritePtr (hdpa1, sizeof(*hdpa1)))
|
||||||
|
|
|
@ -2889,7 +2889,7 @@ ImageList_SetImageCount (HIMAGELIST himl, UINT iImageCount)
|
||||||
himl->hbmImage = hbmNewBitmap;
|
himl->hbmImage = hbmNewBitmap;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
ERR("Could not create new image bitmap !\n");
|
ERR("Could not create new image bitmap!\n");
|
||||||
|
|
||||||
if (himl->hbmMask)
|
if (himl->hbmMask)
|
||||||
{
|
{
|
||||||
|
|
|
@ -8247,7 +8247,7 @@ static BOOL LISTVIEW_SetColumnWidth(LISTVIEW_INFO *infoPtr, INT nColumn, INT cx)
|
||||||
INT max_cx = 0;
|
INT max_cx = 0;
|
||||||
HDITEMW hdi;
|
HDITEMW hdi;
|
||||||
|
|
||||||
TRACE("(nColumn=%d, cx=%d\n", nColumn, cx);
|
TRACE("(nColumn=%d, cx=%d)\n", nColumn, cx);
|
||||||
|
|
||||||
/* set column width only if in report or list mode */
|
/* set column width only if in report or list mode */
|
||||||
if (infoPtr->uView != LV_VIEW_DETAILS && infoPtr->uView != LV_VIEW_LIST) return FALSE;
|
if (infoPtr->uView != LV_VIEW_DETAILS && infoPtr->uView != LV_VIEW_LIST) return FALSE;
|
||||||
|
@ -8631,7 +8631,7 @@ static HIMAGELIST LISTVIEW_SetImageList(LISTVIEW_INFO *infoPtr, INT nType, HIMAG
|
||||||
INT oldHeight = infoPtr->nItemHeight;
|
INT oldHeight = infoPtr->nItemHeight;
|
||||||
HIMAGELIST himlOld = 0;
|
HIMAGELIST himlOld = 0;
|
||||||
|
|
||||||
TRACE("(nType=%d, himl=%p\n", nType, himl);
|
TRACE("(nType=%d, himl=%p)\n", nType, himl);
|
||||||
|
|
||||||
switch (nType)
|
switch (nType)
|
||||||
{
|
{
|
||||||
|
@ -8786,7 +8786,7 @@ static BOOL LISTVIEW_SetItemPosition(LISTVIEW_INFO *infoPtr, INT nItem, const PO
|
||||||
{
|
{
|
||||||
POINT Origin, Pt;
|
POINT Origin, Pt;
|
||||||
|
|
||||||
TRACE("(nItem=%d, pt=%s\n", nItem, wine_dbgstr_point(pt));
|
TRACE("(nItem=%d, pt=%s)\n", nItem, wine_dbgstr_point(pt));
|
||||||
|
|
||||||
if (!pt || nItem < 0 || nItem >= infoPtr->nItemCount ||
|
if (!pt || nItem < 0 || nItem >= infoPtr->nItemCount ||
|
||||||
!(infoPtr->uView == LV_VIEW_ICON || infoPtr->uView == LV_VIEW_SMALLICON)) return FALSE;
|
!(infoPtr->uView == LV_VIEW_ICON || infoPtr->uView == LV_VIEW_SMALLICON)) return FALSE;
|
||||||
|
|
|
@ -777,7 +777,7 @@ static void test_tic_settings(HWND hWndTrackbar){
|
||||||
ok(r == TRUE, "Expected TRUE, got %d\n", r);
|
ok(r == TRUE, "Expected TRUE, got %d\n", r);
|
||||||
|
|
||||||
r = SendMessageA(hWndTrackbar, TBM_SETTIC, 0, 20);
|
r = SendMessageA(hWndTrackbar, TBM_SETTIC, 0, 20);
|
||||||
ok(r == FALSE, "Expected False, got %d\n", r);
|
ok(r == FALSE, "Expected FALSE, got %d\n", r);
|
||||||
|
|
||||||
/* test TBM_SETTICFREQ */
|
/* test TBM_SETTICFREQ */
|
||||||
SendMessageA(hWndTrackbar, TBM_SETRANGE, TRUE, MAKELONG(0, 10));
|
SendMessageA(hWndTrackbar, TBM_SETRANGE, TRUE, MAKELONG(0, 10));
|
||||||
|
|
|
@ -3428,7 +3428,7 @@ TREEVIEW_Expand(TREEVIEW_INFO *infoPtr, TREEVIEW_ITEM *item,
|
||||||
TREEVIEW_ITEM *nextItem, *tmpItem;
|
TREEVIEW_ITEM *nextItem, *tmpItem;
|
||||||
BOOL sendsNotifications;
|
BOOL sendsNotifications;
|
||||||
|
|
||||||
TRACE("(%p, %p, partial=%d, %d\n", infoPtr, item, partial, user);
|
TRACE("(%p, %p, partial=%d, %d)\n", infoPtr, item, partial, user);
|
||||||
|
|
||||||
if (!TREEVIEW_HasChildren(infoPtr, item))
|
if (!TREEVIEW_HasChildren(infoPtr, item))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
|
@ -89,7 +89,7 @@ static BOOL FD31_Init(void)
|
||||||
if (hFolder == 0 || hFolder2 == 0 || hFloppy == 0 ||
|
if (hFolder == 0 || hFolder2 == 0 || hFloppy == 0 ||
|
||||||
hHDisk == 0 || hCDRom == 0 || hNet == 0)
|
hHDisk == 0 || hCDRom == 0 || hNet == 0)
|
||||||
{
|
{
|
||||||
ERR("Error loading icons !\n");
|
ERR("Error loading icons!\n");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
initialized = TRUE;
|
initialized = TRUE;
|
||||||
|
|
|
@ -632,7 +632,7 @@ static LRESULT CFn_WMInitDialog(HWND hDlg, LPARAM lParam, LPCHOOSEFONTW lpcf)
|
||||||
|
|
||||||
if (lpcf->lStructSize != sizeof(CHOOSEFONTW))
|
if (lpcf->lStructSize != sizeof(CHOOSEFONTW))
|
||||||
{
|
{
|
||||||
ERR("structure size failure !!!\n");
|
ERR("structure size failure!!!\n");
|
||||||
EndDialog (hDlg, 0);
|
EndDialog (hDlg, 0);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1495,7 +1495,7 @@ static LRESULT PRINTDLG_WMInitDialog(HWND hDlg,
|
||||||
PrintStructures->hNoCollateIcon == 0 ||
|
PrintStructures->hNoCollateIcon == 0 ||
|
||||||
PrintStructures->hPortraitIcon == 0 ||
|
PrintStructures->hPortraitIcon == 0 ||
|
||||||
PrintStructures->hLandscapeIcon == 0) {
|
PrintStructures->hLandscapeIcon == 0) {
|
||||||
ERR("no icon in resourcefile\n");
|
ERR("no icon in resource file\n");
|
||||||
COMDLG32_SetCommDlgExtendedError(CDERR_LOADRESFAILURE);
|
COMDLG32_SetCommDlgExtendedError(CDERR_LOADRESFAILURE);
|
||||||
EndDialog(hDlg, FALSE);
|
EndDialog(hDlg, FALSE);
|
||||||
}
|
}
|
||||||
|
@ -1603,7 +1603,7 @@ static LRESULT PRINTDLG_WMInitDialogW(HWND hDlg,
|
||||||
PrintStructures->hNoCollateIcon == 0 ||
|
PrintStructures->hNoCollateIcon == 0 ||
|
||||||
PrintStructures->hPortraitIcon == 0 ||
|
PrintStructures->hPortraitIcon == 0 ||
|
||||||
PrintStructures->hLandscapeIcon == 0) {
|
PrintStructures->hLandscapeIcon == 0) {
|
||||||
ERR("no icon in resourcefile\n");
|
ERR("no icon in resource file\n");
|
||||||
COMDLG32_SetCommDlgExtendedError(CDERR_LOADRESFAILURE);
|
COMDLG32_SetCommDlgExtendedError(CDERR_LOADRESFAILURE);
|
||||||
EndDialog(hDlg, FALSE);
|
EndDialog(hDlg, FALSE);
|
||||||
}
|
}
|
||||||
|
@ -2263,7 +2263,7 @@ BOOL WINAPI PrintDlgA(LPPRINTDLGA lppd)
|
||||||
}
|
}
|
||||||
|
|
||||||
if(lppd->lStructSize != sizeof(PRINTDLGA)) {
|
if(lppd->lStructSize != sizeof(PRINTDLGA)) {
|
||||||
WARN("structure size failure !!!\n");
|
WARN("structure size failure!!!\n");
|
||||||
COMDLG32_SetCommDlgExtendedError(CDERR_STRUCTSIZE);
|
COMDLG32_SetCommDlgExtendedError(CDERR_STRUCTSIZE);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
@ -2414,7 +2414,7 @@ BOOL WINAPI PrintDlgW(LPPRINTDLGW lppd)
|
||||||
}
|
}
|
||||||
|
|
||||||
if(lppd->lStructSize != sizeof(PRINTDLGW)) {
|
if(lppd->lStructSize != sizeof(PRINTDLGW)) {
|
||||||
WARN("structure size failure !!!\n");
|
WARN("structure size failure!!!\n");
|
||||||
COMDLG32_SetCommDlgExtendedError(CDERR_STRUCTSIZE);
|
COMDLG32_SetCommDlgExtendedError(CDERR_STRUCTSIZE);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
|
@ -130,7 +130,7 @@ static void _test_store_is_empty(unsigned line, HCERTSTORE store)
|
||||||
const CERT_CONTEXT *cert;
|
const CERT_CONTEXT *cert;
|
||||||
|
|
||||||
cert = CertEnumCertificatesInStore(store, NULL);
|
cert = CertEnumCertificatesInStore(store, NULL);
|
||||||
ok_(__FILE__,line)(!cert && GetLastError() == CRYPT_E_NOT_FOUND, "store is not epmty\n");
|
ok_(__FILE__,line)(!cert && GetLastError() == CRYPT_E_NOT_FOUND, "store is not empty\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void testMemStore(void)
|
static void testMemStore(void)
|
||||||
|
|
Loading…
Reference in New Issue