2005-01-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
This commit is contained in:
parent
6cb0c05514
commit
ea27b6f219
@ -1,3 +1,7 @@
|
||||
2005-01-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
|
||||
|
||||
2005-01-18 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* lib/user32.def (MonitorFromPoint}: Correct suffix.
|
||||
|
@ -115,7 +115,10 @@ extern "C" {
|
||||
#define OFN_SHAREFALLTHROUGH 2
|
||||
#define OFN_SHARENOWARN 1
|
||||
#define OFN_SHAREWARN 0
|
||||
#define OFN_NODEREFERENCELINKS 0x100000
|
||||
#define OFN_NODEREFERENCELINKS 0x100000
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
#define OFN_DONTADDTORECENT 0x02000000
|
||||
#endif
|
||||
#define FR_DIALOGTERM 64
|
||||
#define FR_DOWN 1
|
||||
#define FR_ENABLEHOOK 256
|
||||
|
Loading…
Reference in New Issue
Block a user