mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
- Add window placement flag for async message mode. Yes we support this too now.
svn path=/trunk/; revision=54509
This commit is contained in:
parent
1b23396e60
commit
8b61c2709d
1 changed files with 3 additions and 0 deletions
|
@ -2451,6 +2451,9 @@ extern "C" {
|
|||
#define IDANI_CAPTION 3
|
||||
#define WPF_RESTORETOMAXIMIZED 2
|
||||
#define WPF_SETMINPOSITION 1
|
||||
#if(_WIN32_WINNT >= 0x0500)
|
||||
#define WPF_ASYNCWINDOWPLACEMENT 4
|
||||
#endif
|
||||
#define ODT_MENU 1
|
||||
#define ODT_LISTBOX 2
|
||||
#define ODT_COMBOBOX 3
|
||||
|
|
Loading…
Reference in a new issue