Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2005-09-23 23:59:33 +0400
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2005-09-23 23:59:33 +0400
commite68bd70ab47c06b503547511fbe19b165f78e4d5 (patch)
tree239946ef05824b515f826000ba68327144fe3fd8 /winsup/w32api/include
parent0c75486267b8e9e735ac3d75699ca77d1bf599c9 (diff)
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>
Diffstat (limited to 'winsup/w32api/include')
-rw-r--r--winsup/w32api/include/commdlg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/w32api/include/commdlg.h b/winsup/w32api/include/commdlg.h
index 26dc730cf..5798f31cd 100644
--- a/winsup/w32api/include/commdlg.h
+++ b/winsup/w32api/include/commdlg.h
@@ -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;