Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
3588ede1
Commit
3588ede1
authored
Nov 08, 2002
by
Juraj Hercek
Committed by
Alexandre Julliard
Nov 08, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added WINELIB_NAME_AW for LPCCINFO.
parent
386d51d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
custcntl.h
include/custcntl.h
+3
-2
No files found.
include/custcntl.h
View file @
3588ede1
...
@@ -113,12 +113,13 @@ typedef struct tagCCINFOW {
...
@@ -113,12 +113,13 @@ typedef struct tagCCINFOW {
DWORD
dwReserved2
;
DWORD
dwReserved2
;
}
CCINFOW
,
*
LPCCINFOW
;
}
CCINFOW
,
*
LPCCINFOW
;
#define CCINFO WINELIB_NAME_AW(CCINFO)
DECL_WINELIB_TYPE_AW
(
CCINFO
)
DECL_WINELIB_TYPE_AW
(
LPCCINFO
)
typedef
UINT
(
CALLBACK
*
LPFNCCINFOA
)(
LPCCINFOA
);
typedef
UINT
(
CALLBACK
*
LPFNCCINFOA
)(
LPCCINFOA
);
typedef
UINT
(
CALLBACK
*
LPFNCCINFOW
)(
LPCCINFOW
);
typedef
UINT
(
CALLBACK
*
LPFNCCINFOW
)(
LPCCINFOW
);
#define LPFNCCINFO WINELIB_NAM
E_AW(LPFNCCINFO)
DECL_WINELIB_TYP
E_AW
(
LPFNCCINFO
)
#ifdef __cplusplus
#ifdef __cplusplus
}
}
...
...
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