mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
Added MSGF_DDEMGR.
This commit is contained in:
parent
df47d35e9d
commit
855ac7a8f7
1 changed files with 4 additions and 5 deletions
|
@ -92,11 +92,9 @@ typedef struct
|
||||||
|
|
||||||
#define KL_NAMELENGTH 9
|
#define KL_NAMELENGTH 9
|
||||||
|
|
||||||
/***** Dialogs *****/
|
/***** Dialogs *****/
|
||||||
#ifdef FSHIFT
|
/* Gcc on Solaris has a version of this that we don't care about */
|
||||||
/* Gcc on Solaris has a version of this that we don't care about. */
|
|
||||||
#undef FSHIFT
|
#undef FSHIFT
|
||||||
#endif
|
|
||||||
|
|
||||||
#define FVIRTKEY TRUE /* Assumed to be == TRUE */
|
#define FVIRTKEY TRUE /* Assumed to be == TRUE */
|
||||||
#define FNOINVERT 0x02
|
#define FNOINVERT 0x02
|
||||||
|
@ -1219,7 +1217,8 @@ typedef struct
|
||||||
#define MSGF_SCROLLBAR 5
|
#define MSGF_SCROLLBAR 5
|
||||||
#define MSGF_NEXTWINDOW 6
|
#define MSGF_NEXTWINDOW 6
|
||||||
#define MSGF_MAINLOOP 8
|
#define MSGF_MAINLOOP 8
|
||||||
#define MSGF_USER 4096
|
#define MSGF_USER 0x1000
|
||||||
|
#define MSGF_DDEMGR 0x8001
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue