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
ba06042e
Commit
ba06042e
authored
Sep 30, 2002
by
György 'Nog' Jeney
Committed by
Alexandre Julliard
Sep 30, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define SNDMSG.
parent
d9db2558
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
commdlg.h
include/commdlg.h
+8
-0
No files found.
include/commdlg.h
View file @
ba06042e
...
...
@@ -28,6 +28,14 @@ extern "C" {
#include "prsht.h"
#include "pshpack1.h"
#ifndef SNDMSG
#ifdef __cplusplus
#define SNDMSG ::SendMessage
#else
/* __cplusplus */
#define SNDMSG SendMessage
#endif
/* __cplusplus */
#endif
/* SNDMSG */
#define OFN_READONLY 0x00000001
#define OFN_OVERWRITEPROMPT 0x00000002
#define OFN_HIDEREADONLY 0x00000004
...
...
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