2005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500 component. Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
This commit is contained in:
parent
0c75486267
commit
e68bd70ab4
|
@ -1,3 +1,9 @@
|
|||
2005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
|
||||
component.
|
||||
Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
|
||||
|
||||
2005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* lib/shell32.def (SHILCreateFromPath): Add stub.
|
||||
|
|
|
@ -336,6 +336,11 @@ typedef struct tagOFNA {
|
|||
DWORD lCustData;
|
||||
LPOFNHOOKPROC lpfnHook;
|
||||
LPCSTR lpTemplateName;
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
void * pvReserved;
|
||||
DWORD dwReserved;
|
||||
DWORD FlagsEx;
|
||||
#endif // (_WIN32_WINNT >= 0x0500)
|
||||
} OPENFILENAMEA,*LPOPENFILENAMEA;
|
||||
typedef struct tagOFNW {
|
||||
DWORD lStructSize;
|
||||
|
|
Loading…
Reference in New Issue