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
88fe1ff9
Commit
88fe1ff9
authored
May 18, 2005
by
Dimi Paun
Committed by
Alexandre Julliard
May 18, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the argument comments out-of-line.
parent
8a6a9a66
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
virtual.c
dlls/ntdll/virtual.c
+8
-2
No files found.
dlls/ntdll/virtual.c
View file @
88fe1ff9
...
...
@@ -210,11 +210,14 @@ void VIRTUAL_Dump(void)
*
* Find the view containing a given address. The csVirtual section must be held by caller.
*
* PARAMS
* addr [I] Address
*
* RETURNS
* View: Success
* NULL: Failure
*/
static
struct
file_view
*
VIRTUAL_FindView
(
const
void
*
addr
)
/* [in] Address */
static
struct
file_view
*
VIRTUAL_FindView
(
const
void
*
addr
)
{
struct
list
*
ptr
;
...
...
@@ -470,10 +473,13 @@ static void VIRTUAL_GetWin32Prot(
*
* Build page protections from Win32 flags.
*
* PARAMS
* protect [I] Win32 protection flags
*
* RETURNS
* Value of page protection flags
*/
static
BYTE
VIRTUAL_GetProt
(
DWORD
protect
)
/* [in] Win32 protection flags */
static
BYTE
VIRTUAL_GetProt
(
DWORD
protect
)
{
BYTE
vprot
;
...
...
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