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
594c42c7
Commit
594c42c7
authored
Sep 01, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 01, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
07b8d362
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
string.c
dlls/shlwapi/string.c
+2
-2
implementation.sgml
documentation/implementation.sgml
+1
-1
optnmenu.c
programs/taskmgr/optnmenu.c
+1
-1
No files found.
dlls/shlwapi/string.c
View file @
594c42c7
...
@@ -710,10 +710,10 @@ int WINAPI StrToIntW(LPCWSTR lpszStr)
...
@@ -710,10 +710,10 @@ int WINAPI StrToIntW(LPCWSTR lpszStr)
*
*
* NOTES
* NOTES
* Leading whitespace, '-' and '+' are allowed before the number. If
* Leading whitespace, '-' and '+' are allowed before the number. If
* dwFlags includes STIF_SUPPORT_HEX, hex
i
decimal numbers are allowed, if
* dwFlags includes STIF_SUPPORT_HEX, hex
a
decimal numbers are allowed, if
* preceeded by '0x'. If this flag is not set, or there is no '0x' prefix,
* preceeded by '0x'. If this flag is not set, or there is no '0x' prefix,
* the string is treated as a decimal string. A leading '-' is ignored for
* the string is treated as a decimal string. A leading '-' is ignored for
* hex
i
decimal numbers.
* hex
a
decimal numbers.
*/
*/
BOOL
WINAPI
StrToIntExA
(
LPCSTR
lpszStr
,
DWORD
dwFlags
,
LPINT
lpiRet
)
BOOL
WINAPI
StrToIntExA
(
LPCSTR
lpszStr
,
DWORD
dwFlags
,
LPINT
lpiRet
)
{
{
...
...
documentation/implementation.sgml
View file @
594c42c7
...
@@ -434,7 +434,7 @@ cat log | shrink > log2
...
@@ -434,7 +434,7 @@ cat log | shrink > log2
XXXX > YY @ ZZZZ:ZZZZ
XXXX > YY @ ZZZZ:ZZZZ
</programlisting>
</programlisting>
<para>
<para>
where <literal>XXXX</literal> is the port in hex
i
decimal being
where <literal>XXXX</literal> is the port in hex
a
decimal being
accessed, <literal>YY</literal> is the data written (or read)
accessed, <literal>YY</literal> is the data written (or read)
from the port, and <literal>ZZZZ:ZZZZ</literal> is the address
from the port, and <literal>ZZZZ:ZZZZ</literal> is the address
in memory of the instruction that accessed the port. The
in memory of the instruction that accessed the port. The
...
...
programs/taskmgr/optnmenu.c
View file @
594c42c7
...
@@ -121,7 +121,7 @@ void TaskManager_OnOptionsShow16BitTasks(void)
...
@@ -121,7 +121,7 @@ void TaskManager_OnOptionsShow16BitTasks(void)
/*
/*
* FIXME: Currently this is useless because the
* FIXME: Currently this is useless because the
* current implemetation doesn't list the 16-bit
* current impleme
n
tation doesn't list the 16-bit
* processes. I believe that would require querying
* processes. I believe that would require querying
* each ntvdm.exe process for it's children.
* each ntvdm.exe process for it's children.
*/
*/
...
...
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