* include/commdlg.h [WINVER >= 0x0500]

(PD_RESULT_*,START_PAGE_GENERAL): Define.
	Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
This commit is contained in:
Dimitri Papadopoulos 2006-04-07 14:17:28 +00:00
parent 198785c1d3
commit c7a84ac71f
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2006-04-07 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
* include/commdlg.h [WINVER >= 0x0500]
(PD_RESULT_*,START_PAGE_GENERAL): Define.
Thanks to: Wolfgang Glas <softadm at users dot sf dot net>
2006-04-07 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
* include/wingdi.h [WINVER >= 0x0410]

View File

@ -195,7 +195,11 @@ extern "C" {
#define DN_DEFAULTPRN 1
#if (_WIN32_WINNT >= 0x0500)
#define OPENFILENAME_SIZE_VERSION_400 76
#endif /* (_WIN32_WINNT >= 0x0500) */
#define PD_RESULT_CANCEL 0
#define PD_RESULT_PRINT 1
#define PD_RESULT_APPLY 2
#define START_PAGE_GENERAL 0XFFFFFFFF
#endif
#ifndef SNDMSG
#ifdef __cplusplus