- Add window placement flag for async message mode. Yes we support this too now.

svn path=/trunk/; revision=54509
This commit is contained in:
James Tabor 2011-11-27 12:58:01 +00:00
parent 1b23396e60
commit 8b61c2709d

View file

@ -2451,6 +2451,9 @@ extern "C" {
#define IDANI_CAPTION 3 #define IDANI_CAPTION 3
#define WPF_RESTORETOMAXIMIZED 2 #define WPF_RESTORETOMAXIMIZED 2
#define WPF_SETMINPOSITION 1 #define WPF_SETMINPOSITION 1
#if(_WIN32_WINNT >= 0x0500)
#define WPF_ASYNCWINDOWPLACEMENT 4
#endif
#define ODT_MENU 1 #define ODT_MENU 1
#define ODT_LISTBOX 2 #define ODT_LISTBOX 2
#define ODT_COMBOBOX 3 #define ODT_COMBOBOX 3