Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
be367393
Commit
be367393
authored
Jan 11, 2014
by
Andrey Gusev
Committed by
Alexandre Julliard
Jan 13, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted typos fixes.
parent
3fef1be5
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
20 additions
and
20 deletions
+20
-20
main.c
dlls/acledit/main.c
+1
-1
security.c
dlls/advapi32/security.c
+2
-2
atl.c
dlls/atl100/atl.c
+1
-1
api.c
dlls/avifil32/api.c
+1
-1
avifile.c
dlls/avifil32/avifile.c
+1
-1
dpa.c
dlls/comctl32/dpa.c
+1
-1
imagelist.c
dlls/comctl32/imagelist.c
+1
-1
listview.c
dlls/comctl32/listview.c
+3
-3
trackbar.c
dlls/comctl32/tests/trackbar.c
+1
-1
treeview.c
dlls/comctl32/treeview.c
+1
-1
filedlg31.c
dlls/comdlg32/filedlg31.c
+1
-1
fontdlg.c
dlls/comdlg32/fontdlg.c
+1
-1
printdlg.c
dlls/comdlg32/printdlg.c
+4
-4
store.c
dlls/crypt32/tests/store.c
+1
-1
No files found.
dlls/acledit/main.c
View file @
be367393
...
...
@@ -55,7 +55,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
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
;
}
dlls/advapi32/security.c
View file @
be367393
...
...
@@ -5302,7 +5302,7 @@ BOOL WINAPI CreateProcessAsUserW(
LPSTARTUPINFOW
lpStartupInfo
,
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
,
lpThreadAttributes
,
bInheritHandles
,
dwCreationFlags
,
lpEnvironment
,
debugstr_w
(
lpCurrentDirectory
),
lpStartupInfo
,
lpProcessInformation
);
...
...
@@ -5801,7 +5801,7 @@ DWORD WINAPI TreeResetNamedSecurityInfoW( LPWSTR pObjectName,
BOOL
KeepExplicit
,
FN_PROGRESS
fnProgress
,
PROG_INVOKE_SETTING
ProgressInvokeSetting
,
PVOID
Args
)
{
FIXME
(
"(%s, %i, %i, %p, %p, %p, %p, %i, %p, %i, %p
S
tub
\n
"
,
FIXME
(
"(%s, %i, %i, %p, %p, %p, %p, %i, %p, %i, %p
) s
tub
\n
"
,
debugstr_w
(
pObjectName
),
ObjectType
,
SecurityInfo
,
pOwner
,
pGroup
,
pDacl
,
pSacl
,
KeepExplicit
,
fnProgress
,
ProgressInvokeSetting
,
Args
);
...
...
dlls/atl100/atl.c
View file @
be367393
...
...
@@ -391,7 +391,7 @@ HRESULT WINAPI AtlLoadTypeLib(HINSTANCE inst, LPCOLESTR lpszIndex,
*/
HRESULT
WINAPI
AtlWinModuleInit
(
_ATL_WIN_MODULE
*
winmod
)
{
TRACE
(
"(%p
\n
"
,
winmod
);
TRACE
(
"(%p
)
\n
"
,
winmod
);
if
(
winmod
->
cbSize
!=
sizeof
(
*
winmod
))
return
E_INVALIDARG
;
...
...
dlls/avifil32/api.c
View file @
be367393
...
...
@@ -1515,7 +1515,7 @@ HRESULT WINAPI AVISaveVA(LPCSTR szFile, CLSID *pclsidHandler,
HRESULT
hr
;
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
);
if
(
szFile
==
NULL
||
ppavi
==
NULL
||
plpOptions
==
NULL
)
...
...
dlls/avifil32/avifile.c
View file @
be367393
...
...
@@ -1292,7 +1292,7 @@ static HRESULT WINAPI IAVIStream_fnWriteData(IAVIStream *iface, DWORD fcc, void
if
(
fcc
==
ckidSTREAMHANDLERDATA
)
{
if
(
This
->
lpHandlerData
!=
NULL
)
{
FIXME
(
": handler data already set -- overw
ir
te?
\n
"
);
FIXME
(
": handler data already set -- overw
ri
te?
\n
"
);
return
AVIERR_UNSUPPORTED
;
}
...
...
dlls/comctl32/dpa.c
View file @
be367393
...
...
@@ -269,7 +269,7 @@ BOOL WINAPI DPA_Merge (HDPA hdpa1, HDPA hdpa2, DWORD dwFlags,
INT
nResult
,
i
;
INT
nIndex
;
TRACE
(
"%p %p %08x %p %p %08lx)
\n
"
,
TRACE
(
"
(
%p %p %08x %p %p %08lx)
\n
"
,
hdpa1
,
hdpa2
,
dwFlags
,
pfnCompare
,
pfnMerge
,
lParam
);
if
(
IsBadWritePtr
(
hdpa1
,
sizeof
(
*
hdpa1
)))
...
...
dlls/comctl32/imagelist.c
View file @
be367393
...
...
@@ -2889,7 +2889,7 @@ ImageList_SetImageCount (HIMAGELIST himl, UINT iImageCount)
himl
->
hbmImage
=
hbmNewBitmap
;
}
else
ERR
(
"Could not create new image bitmap
!
\n
"
);
ERR
(
"Could not create new image bitmap!
\n
"
);
if
(
himl
->
hbmMask
)
{
...
...
dlls/comctl32/listview.c
View file @
be367393
...
...
@@ -8247,7 +8247,7 @@ static BOOL LISTVIEW_SetColumnWidth(LISTVIEW_INFO *infoPtr, INT nColumn, INT cx)
INT
max_cx
=
0
;
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 */
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
;
HIMAGELIST
himlOld
=
0
;
TRACE
(
"(nType=%d, himl=%p
\n
"
,
nType
,
himl
);
TRACE
(
"(nType=%d, himl=%p
)
\n
"
,
nType
,
himl
);
switch
(
nType
)
{
...
...
@@ -8786,7 +8786,7 @@ static BOOL LISTVIEW_SetItemPosition(LISTVIEW_INFO *infoPtr, INT nItem, const PO
{
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
||
!
(
infoPtr
->
uView
==
LV_VIEW_ICON
||
infoPtr
->
uView
==
LV_VIEW_SMALLICON
))
return
FALSE
;
...
...
dlls/comctl32/tests/trackbar.c
View file @
be367393
...
...
@@ -777,7 +777,7 @@ static void test_tic_settings(HWND hWndTrackbar){
ok
(
r
==
TRUE
,
"Expected TRUE, got %d
\n
"
,
r
);
r
=
SendMessageA
(
hWndTrackbar
,
TBM_SETTIC
,
0
,
20
);
ok
(
r
==
FALSE
,
"Expected F
alse
, got %d
\n
"
,
r
);
ok
(
r
==
FALSE
,
"Expected F
ALSE
, got %d
\n
"
,
r
);
/* test TBM_SETTICFREQ */
SendMessageA
(
hWndTrackbar
,
TBM_SETRANGE
,
TRUE
,
MAKELONG
(
0
,
10
));
...
...
dlls/comctl32/treeview.c
View file @
be367393
...
...
@@ -3428,7 +3428,7 @@ TREEVIEW_Expand(TREEVIEW_INFO *infoPtr, TREEVIEW_ITEM *item,
TREEVIEW_ITEM
*
nextItem
,
*
tmpItem
;
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
))
return
FALSE
;
...
...
dlls/comdlg32/filedlg31.c
View file @
be367393
...
...
@@ -89,7 +89,7 @@ static BOOL FD31_Init(void)
if
(
hFolder
==
0
||
hFolder2
==
0
||
hFloppy
==
0
||
hHDisk
==
0
||
hCDRom
==
0
||
hNet
==
0
)
{
ERR
(
"Error loading icons
!
\n
"
);
ERR
(
"Error loading icons!
\n
"
);
return
FALSE
;
}
initialized
=
TRUE
;
...
...
dlls/comdlg32/fontdlg.c
View file @
be367393
...
...
@@ -632,7 +632,7 @@ static LRESULT CFn_WMInitDialog(HWND hDlg, LPARAM lParam, LPCHOOSEFONTW lpcf)
if
(
lpcf
->
lStructSize
!=
sizeof
(
CHOOSEFONTW
))
{
ERR
(
"structure size failure
!!!
\n
"
);
ERR
(
"structure size failure!!!
\n
"
);
EndDialog
(
hDlg
,
0
);
return
FALSE
;
}
...
...
dlls/comdlg32/printdlg.c
View file @
be367393
...
...
@@ -1495,7 +1495,7 @@ static LRESULT PRINTDLG_WMInitDialog(HWND hDlg,
PrintStructures
->
hNoCollateIcon
==
0
||
PrintStructures
->
hPortraitIcon
==
0
||
PrintStructures
->
hLandscapeIcon
==
0
)
{
ERR
(
"no icon in resourcefile
\n
"
);
ERR
(
"no icon in resource
file
\n
"
);
COMDLG32_SetCommDlgExtendedError
(
CDERR_LOADRESFAILURE
);
EndDialog
(
hDlg
,
FALSE
);
}
...
...
@@ -1603,7 +1603,7 @@ static LRESULT PRINTDLG_WMInitDialogW(HWND hDlg,
PrintStructures
->
hNoCollateIcon
==
0
||
PrintStructures
->
hPortraitIcon
==
0
||
PrintStructures
->
hLandscapeIcon
==
0
)
{
ERR
(
"no icon in resourcefile
\n
"
);
ERR
(
"no icon in resource
file
\n
"
);
COMDLG32_SetCommDlgExtendedError
(
CDERR_LOADRESFAILURE
);
EndDialog
(
hDlg
,
FALSE
);
}
...
...
@@ -2263,7 +2263,7 @@ BOOL WINAPI PrintDlgA(LPPRINTDLGA lppd)
}
if
(
lppd
->
lStructSize
!=
sizeof
(
PRINTDLGA
))
{
WARN
(
"structure size failure
!!!
\n
"
);
WARN
(
"structure size failure!!!
\n
"
);
COMDLG32_SetCommDlgExtendedError
(
CDERR_STRUCTSIZE
);
return
FALSE
;
}
...
...
@@ -2414,7 +2414,7 @@ BOOL WINAPI PrintDlgW(LPPRINTDLGW lppd)
}
if
(
lppd
->
lStructSize
!=
sizeof
(
PRINTDLGW
))
{
WARN
(
"structure size failure
!!!
\n
"
);
WARN
(
"structure size failure!!!
\n
"
);
COMDLG32_SetCommDlgExtendedError
(
CDERR_STRUCTSIZE
);
return
FALSE
;
}
...
...
dlls/crypt32/tests/store.c
View file @
be367393
...
...
@@ -130,7 +130,7 @@ static void _test_store_is_empty(unsigned line, HCERTSTORE store)
const
CERT_CONTEXT
*
cert
;
cert
=
CertEnumCertificatesInStore
(
store
,
NULL
);
ok_
(
__FILE__
,
line
)(
!
cert
&&
GetLastError
()
==
CRYPT_E_NOT_FOUND
,
"store is not e
pm
ty
\n
"
);
ok_
(
__FILE__
,
line
)(
!
cert
&&
GetLastError
()
==
CRYPT_E_NOT_FOUND
,
"store is not e
mp
ty
\n
"
);
}
static
void
testMemStore
(
void
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment