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
13535251
Commit
13535251
authored
Mar 19, 2001
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Mar 19, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add version info for built-in oleaut32.dll.
parent
2482ef33
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
2 deletions
+17
-2
.cvsignore
dlls/oleaut32/.cvsignore
+1
-0
Makefile.in
dlls/oleaut32/Makefile.in
+3
-0
oleaut32.spec
dlls/oleaut32/oleaut32.spec
+1
-0
version.rc
dlls/oleaut32/version.rc
+4
-0
wine_common_ver.rc
include/wine/wine_common_ver.rc
+8
-2
No files found.
dlls/oleaut32/.cvsignore
View file @
13535251
*.spec.c
*.spec.glue.s
Makefile
version.res
dlls/oleaut32/Makefile.in
View file @
13535251
...
...
@@ -23,6 +23,9 @@ C_SRCS = \
typelib.c
\
variant.c
RC_SRCS
=
\
version.rc
@MAKE_DLL_RULES@
### Dependencies:
...
...
dlls/oleaut32/oleaut32.spec
View file @
13535251
name oleaut32
type win32
rsrc version.res
import ole32.dll
import user32.dll
...
...
dlls/oleaut32/version.rc
0 → 100644
View file @
13535251
#define WINE_FILEDESCRIPTION_STR "Wine OLE dll"
#define WINE_FILENAME_STR "oleaut32.dll"
#include "wine/wine_common_ver.rc"
include/wine/wine_common_ver.rc
View file @
13535251
#include "winver.h"
/*
Assign WINE_FILEVERSION and WINE_FILEVERSION_STR high enough number
to make sure that programs, relying on the version numbers, will
never complain.
*/
#ifndef WINE_FILEVERSION
#define WINE_FILEVERSION 1,0,0,0
#define WINE_FILEVERSION 1
0
,0,0,0
#endif
#ifndef WINE_FILEVERSION_STR
#define WINE_FILEVERSION_STR "1.0"
#define WINE_FILEVERSION_STR "1
0
.0"
#endif
#ifndef WINE_FILEDESCRIPTION_STR
...
...
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