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
1c57a3ba
Commit
1c57a3ba
authored
Feb 25, 2000
by
Patrik Stridvall
Committed by
Alexandre Julliard
Feb 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made some local functions static.
parent
49bcb932
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
info.c
dlls/version/info.c
+2
-2
No files found.
dlls/version/info.c
View file @
1c57a3ba
...
...
@@ -377,7 +377,7 @@ DWORD WINAPI GetFileVersionInfoW( LPCWSTR filename, DWORD handle,
/***********************************************************************
* VersionInfo16_FindChild [internal]
*/
VS_VERSION_INFO_STRUCT16
*
VersionInfo16_FindChild
(
VS_VERSION_INFO_STRUCT16
*
info
,
static
VS_VERSION_INFO_STRUCT16
*
VersionInfo16_FindChild
(
VS_VERSION_INFO_STRUCT16
*
info
,
LPCSTR
szKey
,
UINT
cbKey
)
{
VS_VERSION_INFO_STRUCT16
*
child
=
VersionInfo16_Children
(
info
);
...
...
@@ -397,7 +397,7 @@ VS_VERSION_INFO_STRUCT16 *VersionInfo16_FindChild( VS_VERSION_INFO_STRUCT16 *inf
/***********************************************************************
* VersionInfo32_FindChild [internal]
*/
VS_VERSION_INFO_STRUCT32
*
VersionInfo32_FindChild
(
VS_VERSION_INFO_STRUCT32
*
info
,
static
VS_VERSION_INFO_STRUCT32
*
VersionInfo32_FindChild
(
VS_VERSION_INFO_STRUCT32
*
info
,
LPCWSTR
szKey
,
UINT
cbKey
)
{
VS_VERSION_INFO_STRUCT32
*
child
=
VersionInfo32_Children
(
info
);
...
...
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