2005-01-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
This commit is contained in:
Chris Sutcliffe
2005-01-21 13:39:35 +00:00
parent 6cb0c05514
commit ea27b6f219
2 changed files with 8 additions and 1 deletions

View File

@@ -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