diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-03-04 12:59:19 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-03-05 15:36:45 +0100 |
commit | 5ec422c3f0a66f3f5e3db7ccc5e84e5a516457be (patch) | |
tree | 213ae0b38283601c9979240e5ce762d9e7069a99 /fpicker | |
parent | d6cd5de3211a344d7f6fa8585f21dfb8be0a06f3 (diff) |
fpicker: remove checks for obsolete _WIN32_WINNT versions
Change-Id: Ie354e0237b97c872936bd0c87ad014ffc2ba56da
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/FileOpenDlg.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fpicker/source/win32/filepicker/FileOpenDlg.hxx b/fpicker/source/win32/filepicker/FileOpenDlg.hxx index 054f7466749d..754c81ee9747 100644 --- a/fpicker/source/win32/filepicker/FileOpenDlg.hxx +++ b/fpicker/source/win32/filepicker/FileOpenDlg.hxx @@ -61,11 +61,9 @@ typedef struct _tagOFNA { LPEDITMENU lpEditInfo; LPCSTR lpstrPrompt; #endif -#if (_WIN32_WINNT >= 0x0500) void * pvReserved; DWORD dwReserved; DWORD FlagsEx; -#endif // (_WIN32_WINNT >= 0x0500) } _OPENFILENAMEA, *_LPOPENFILENAMEA; typedef struct _tagOFNW { @@ -89,11 +87,9 @@ typedef struct _tagOFNW { LPARAM lCustData; LPOFNHOOKPROC lpfnHook; LPCWSTR lpTemplateName; -#if (_WIN32_WINNT >= 0x0500) void * pvReserved; DWORD dwReserved; DWORD FlagsEx; -#endif // (_WIN32_WINNT >= 0x0500) } _OPENFILENAMEW, *_LPOPENFILENAMEW; #ifdef UNICODE |