* 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:
parent
198785c1d3
commit
c7a84ac71f
|
@ -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>
|
2006-04-07 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||||
|
|
||||||
* include/wingdi.h [WINVER >= 0x0410]
|
* include/wingdi.h [WINVER >= 0x0410]
|
||||||
|
|
|
@ -195,7 +195,11 @@ extern "C" {
|
||||||
#define DN_DEFAULTPRN 1
|
#define DN_DEFAULTPRN 1
|
||||||
#if (_WIN32_WINNT >= 0x0500)
|
#if (_WIN32_WINNT >= 0x0500)
|
||||||
#define OPENFILENAME_SIZE_VERSION_400 76
|
#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
|
#ifndef SNDMSG
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue