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
791be37a
Commit
791be37a
authored
Oct 07, 2007
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 09, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
actctx: Rename version to assembly_version.
parent
df4bdad9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
actctx.c
dlls/ntdll/actctx.c
+4
-4
No files found.
dlls/ntdll/actctx.c
View file @
791be37a
...
...
@@ -72,7 +72,7 @@ struct file_info
WCHAR
*
info
;
};
struct
version
struct
assembly_
version
{
USHORT
major
;
USHORT
minor
;
...
...
@@ -87,7 +87,7 @@ struct assembly_identity
WCHAR
*
public_key
;
WCHAR
*
language
;
WCHAR
*
type
;
struct
version
version
;
struct
assembly_version
version
;
BOOL
optional
;
};
...
...
@@ -272,7 +272,7 @@ static inline const char* debugstr_xmlstr(const xmlstr_t* str)
return
debugstr_wn
(
str
->
ptr
,
str
->
len
);
}
static
inline
const
char
*
debugstr_version
(
const
struct
version
*
ver
)
static
inline
const
char
*
debugstr_version
(
const
struct
assembly_
version
*
ver
)
{
return
wine_dbg_sprintf
(
"%u.%u.%u.%u"
,
ver
->
major
,
ver
->
minor
,
ver
->
build
,
ver
->
revision
);
}
...
...
@@ -743,7 +743,7 @@ static BOOL parse_text_content(xmlbuf_t* xmlbuf, xmlstr_t* content)
return
TRUE
;
}
static
BOOL
parse_version
(
const
xmlstr_t
*
str
,
struct
version
*
version
)
static
BOOL
parse_version
(
const
xmlstr_t
*
str
,
struct
assembly_
version
*
version
)
{
unsigned
int
ver
[
4
];
unsigned
int
pos
;
...
...
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