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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-07-06 02:34:55 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-07-06 02:34:55 +0400
commitaa3da734f2a2271e843c8662415ceaa15239479c (patch)
treee97d2c661ad261cb4b16e868b906f5dc3452a76e /src/apps/mplayerc/SaveThumbnailsDialog.cpp
parentb035837538cfec7d33eee0dd6f44e73da000e217 (diff)
minor cleanup
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2106 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/SaveThumbnailsDialog.cpp')
-rw-r--r--src/apps/mplayerc/SaveThumbnailsDialog.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/apps/mplayerc/SaveThumbnailsDialog.cpp b/src/apps/mplayerc/SaveThumbnailsDialog.cpp
index 9dc6d4491..62ff7356d 100644
--- a/src/apps/mplayerc/SaveThumbnailsDialog.cpp
+++ b/src/apps/mplayerc/SaveThumbnailsDialog.cpp
@@ -35,11 +35,7 @@ CSaveThumbnailsDialog::CSaveThumbnailsDialog(
LPCTSTR lpszFilter, CWnd* pParentWnd) :
CFileDialog(FALSE, lpszDefExt, lpszFileName,
OFN_EXPLORER|OFN_ENABLESIZING|OFN_HIDEREADONLY|OFN_OVERWRITEPROMPT|OFN_PATHMUSTEXIST,
- lpszFilter, pParentWnd, 0
-#if (_MSC_VER >= 1500) // <= Parameter added after Visual Studio 2008!
- , FALSE
-#endif
- ),
+ lpszFilter, pParentWnd, 0, FALSE),
m_rows(rows), m_cols(cols), m_width(width)
{
if(m_ofn.lStructSize == sizeof(OPENFILENAME))