Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johnny Cai
wine
Commits
b99ab2dd
Commit
b99ab2dd
authored
21 years ago
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
21 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Merge documentation/status/version into the version code.
parent
508cac8a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dlls/version/info.c
+3
-0
3 additions, 0 deletions
dlls/version/info.c
dlls/version/install.c
+3
-1
3 additions, 1 deletion
dlls/version/install.c
documentation/status/version
+0
-20
0 additions, 20 deletions
documentation/status/version
with
6 additions
and
21 deletions
dlls/version/info.c
+
3
−
0
View file @
b99ab2dd
...
...
@@ -18,6 +18,9 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* TODO
* o Verify VerQueryValue()
*/
#include
<stdarg.h>
...
...
This diff is collapsed.
Click to expand it.
dlls/version/install.c
+
3
−
1
View file @
b99ab2dd
...
...
@@ -17,6 +17,9 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* TODO
* o Check the installation functions.
*/
#include
<stdlib.h>
...
...
@@ -575,4 +578,3 @@ DWORD WINAPI VerInstallFileW(
HeapFree
(
GetProcessHeap
(),
0
,
wcurd
);
return
ret
;
}
This diff is collapsed.
Click to expand it.
documentation/status/version
deleted
100644 → 0
+
0
−
20
View file @
508cac8a
This file contains information about the versioning libraries.
They consist of VER.DLL (win16) and VERSION.DLL (win32).
The implementation can be found in misc/ver.c.
The purpose of this library is to:
- Extract resource information from possibly compressed files
- Install dlls including versionchecking
- Query version dependend variables.
The resource extraction is almost complete. There have been no reports of
missing functionality, but I am not sure about absolute completeness.
The DLL installation APIs do work, but is probably not correct.
The API to query version dependend variables (VerQueryValue) works for
both win16/win32 resources, but is probably not correct for some cases.
FIXME:
- Check the installation functions.
- Verify VerQueryValue.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment