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
91c3aa00
Commit
91c3aa00
authored
Sep 21, 2011
by
Hans Leidekker
Committed by
Alexandre Julliard
Sep 21, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleacc: Add a version resource.
parent
83ef9078
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
main.c
dlls/oleacc/main.c
+2
-2
oleacc.rc
dlls/oleacc/oleacc.rc
+9
-0
No files found.
dlls/oleacc/main.c
View file @
91c3aa00
...
...
@@ -95,8 +95,8 @@ HRESULT WINAPI DllUnregisterServer(void)
void
WINAPI
GetOleaccVersionInfo
(
DWORD
*
pVersion
,
DWORD
*
pBuild
)
{
*
pVersion
=
MAKELONG
(
2
,
4
);
/* Windows XP version of oleacc: 4.2.5406
.0 */
*
pBuild
=
MAKELONG
(
0
,
5406
);
*
pVersion
=
MAKELONG
(
0
,
7
);
/* Windows 7 version of oleacc: 7.0.0
.0 */
*
pBuild
=
MAKELONG
(
0
,
0
);
}
UINT
WINAPI
GetRoleTextW
(
DWORD
role
,
LPWSTR
lpRole
,
UINT
rolemax
)
...
...
dlls/oleacc/oleacc.rc
View file @
91c3aa00
...
...
@@ -90,3 +90,12 @@ STRINGTABLE
ROLE_SYSTEM_IPADDRESS "IP address"
ROLE_SYSTEM_OUTLINEBUTTON "outline button"
}
#define WINE_FILEDESCRIPTION_STR "Wine OLE Accessibility"
#define WINE_FILENAME_STR "oleacc.dll"
#define WINE_FILEVERSION 7,0,0,0
#define WINE_FILEVERSION_STR "7.0.0.0"
#define WINE_PRODUCTVERSION 6,1,7600,16385
#define WINE_PRODUCTVERSION_STR "6.1.6700.16385"
#include "wine/wine_common_ver.rc"
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