Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
d55bb449
Commit
d55bb449
authored
Nov 04, 2012
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 05, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
f397f482
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
nt.c
dlls/ntdll/nt.c
+1
-1
axinstall.c
dlls/urlmon/axinstall.c
+1
-1
test_builtins.cmd
programs/cmd/tests/test_builtins.cmd
+2
-2
No files found.
dlls/ntdll/nt.c
View file @
d55bb449
...
...
@@ -1143,7 +1143,7 @@ void fill_cpu_info(void)
}
#else
num
=
1
;
FIXME
(
"Detecting the number of processors
not su
ported.
\n
"
);
FIXME
(
"Detecting the number of processors
is not sup
ported.
\n
"
);
#endif
NtCurrentTeb
()
->
Peb
->
NumberOfProcessors
=
num
;
...
...
dlls/urlmon/axinstall.c
View file @
d55bb449
...
...
@@ -324,7 +324,7 @@ static HRESULT install_file(install_ctx_t *ctx, const WCHAR *cache_file)
if
(
!
strcmpW
(
ext
,
cab_extW
))
{
hres
=
install_cab_file
(
ctx
);
}
else
{
FIXME
(
"Unsupported exten
t
ion %s
\n
"
,
debugstr_w
(
ext
));
FIXME
(
"Unsupported exten
s
ion %s
\n
"
,
debugstr_w
(
ext
));
hres
=
E_NOTIMPL
;
}
SysFreeString
(
path
);
...
...
programs/cmd/tests/test_builtins.cmd
View file @
d55bb449
...
...
@@ -732,8 +732,8 @@ for %%i in (%INT_PARMS%) do call :EQUtest %%i 10
for %%i in (%INT_PARMS%) do call :EQUtest %%i 9
if 011 EQU 9 (echo octal ok)
if 0xA1 EQU 161 (echo hexa ok)
if 0xA1 EQU "161" (echo hexa should be
be
recognized) else (echo string/hexa compare ok)
if "0xA1" EQU 161 (echo hexa should be
be
recognized) else (echo string/hexa compare ok)
if 0xA1 EQU "161" (echo hexa should be recognized) else (echo string/hexa compare ok)
if "0xA1" EQU 161 (echo hexa should be recognized) else (echo string/hexa compare ok)
for %%i in (%INT_PARMS%) do call :NEQtest %%i 0
for %%i in (%INT_PARMS%) do call :NEQtest %%i 1
for %%i in (%INT_PARMS%) do call :NEQtest %%i 10
...
...
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