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
83335590
Commit
83335590
authored
Aug 18, 2010
by
Mariusz Pluciński
Committed by
Alexandre Julliard
Aug 18, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gameux: Add definitions of resource identifiers to header file.
parent
fc872628
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
gameux.idl
include/gameux.idl
+12
-0
No files found.
include/gameux.idl
View file @
83335590
...
...
@@ -32,6 +32,18 @@ library gameuxLib
{
importlib
(
"stdole2.tlb"
)
;
cpp_quote
(
"#define ID_GDF_XML __GDF_XML"
)
cpp_quote
(
"#define ID_GDF_THUMBNAIL __GDF_THUMBNAIL"
)
cpp_quote
(
"#define ID_ICON_ICO __ICON_ICO"
)
cpp_quote
(
"#if defined(__GNUC__)"
)
cpp_quote
(
"#define ID_GDF_XML_STR (const WCHAR[]){'_','_','G','D','F','_','X','M','L',0}"
)
cpp_quote
(
"#define ID_GDF_THUMBNAIL_STR (const WCHAR[]){'_','_','G','D','F','_','T','H','U','M','B','N','A','I','L',0}"
)
cpp_quote
(
"#elif defined(_MSC_VER)"
)
cpp_quote
(
"#define ID_GDF_XML_STR L\"
__GDF_XML
\
""
)
cpp_quote
(
"#define ID_GDF_THUMBNAIL_STR L\"
__GDF_THUMBNAIL
\
""
)
cpp_quote
(
"#endif"
)
typedef
enum
{
GIS_NOT_INSTALLED
=
1
,
...
...
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