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
810508f7
Commit
810508f7
authored
Dec 17, 2008
by
Ricardo Filipe
Committed by
Alexandre Julliard
Dec 19, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add header information for CDN_INCLUDEITEM notification.
parent
27a537d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletion
+20
-1
commdlg.h
include/commdlg.h
+20
-1
No files found.
include/commdlg.h
View file @
810508f7
...
@@ -149,6 +149,25 @@ typedef struct
...
@@ -149,6 +149,25 @@ typedef struct
DECL_WINELIB_TYPE_AW
(
OFNOTIFY
)
DECL_WINELIB_TYPE_AW
(
OFNOTIFY
)
DECL_WINELIB_TYPE_AW
(
LPOFNOTIFY
)
DECL_WINELIB_TYPE_AW
(
LPOFNOTIFY
)
typedef
struct
_OFNOTIFYEXA
{
NMHDR
hdr
;
LPOPENFILENAMEA
lpOFN
;
LPVOID
psf
;
LPVOID
pidl
;
}
OFNOTIFYEXA
,
*
LPOFNOTIFYEXA
;
typedef
struct
_OFNOTIFYEXW
{
NMHDR
hdr
;
LPOPENFILENAMEW
lpOFN
;
LPVOID
psf
;
LPVOID
pidl
;
}
OFNOTIFYEXW
,
*
LPOFNOTIFYEXW
;
DECL_WINELIB_TYPE_AW
(
OFNOTIFYEX
)
DECL_WINELIB_TYPE_AW
(
LPOFNOTIFYEX
)
typedef
UINT
(
CALLBACK
*
LPCCHOOKPROC
)
(
HWND
,
UINT
,
WPARAM
,
LPARAM
);
typedef
UINT
(
CALLBACK
*
LPCCHOOKPROC
)
(
HWND
,
UINT
,
WPARAM
,
LPARAM
);
typedef
struct
{
typedef
struct
{
...
@@ -414,7 +433,6 @@ static const WCHAR HELPMSGSTRINGW[] = { 'c','o','m','m','d','l','g','_',
...
@@ -414,7 +433,6 @@ static const WCHAR HELPMSGSTRINGW[] = { 'c','o','m','m','d','l','g','_',
#endif
#endif
#define HELPMSGSTRING WINELIB_NAME_AW(HELPMSGSTRING)
#define HELPMSGSTRING WINELIB_NAME_AW(HELPMSGSTRING)
#define CD_LBSELNOITEMS -1
#define CD_LBSELNOITEMS -1
#define CD_LBSELCHANGE 0
#define CD_LBSELCHANGE 0
#define CD_LBSELSUB 1
#define CD_LBSELSUB 1
...
@@ -430,6 +448,7 @@ static const WCHAR HELPMSGSTRINGW[] = { 'c','o','m','m','d','l','g','_',
...
@@ -430,6 +448,7 @@ static const WCHAR HELPMSGSTRINGW[] = { 'c','o','m','m','d','l','g','_',
#define CDN_HELP (CDN_FIRST - 0x0004)
#define CDN_HELP (CDN_FIRST - 0x0004)
#define CDN_FILEOK (CDN_FIRST - 0x0005)
#define CDN_FILEOK (CDN_FIRST - 0x0005)
#define CDN_TYPECHANGE (CDN_FIRST - 0x0006)
#define CDN_TYPECHANGE (CDN_FIRST - 0x0006)
#define CDN_INCLUDEITEM (CDN_FIRST - 0x0007)
#define CDM_FIRST (WM_USER + 100)
#define CDM_FIRST (WM_USER + 100)
#define CDM_LAST (WM_USER + 200)
#define CDM_LAST (WM_USER + 200)
...
...
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