From f697241630b26c412179f5d512c450330f66ca3d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 14 Dec 2005 13:55:19 +0000 Subject: [PATCH] compilation fix after last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/filedlg.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/msw/filedlg.cpp b/src/msw/filedlg.cpp index c72e2d781f..efda4876f5 100644 --- a/src/msw/filedlg.cpp +++ b/src/msw/filedlg.cpp @@ -401,8 +401,6 @@ int wxFileDialog::ShowModal() #else DWORD errCode = CommDlgExtendedError(); - DWORD errCode = CommDlgExtendedError(); - // GetOpenFileName will always change the current working directory on // (according to MSDN) "Windows NT 4.0/2000/XP" because the flag // OFN_NOCHANGEDIR has no effect. If the user did not specify wxCHANGE_DIR -- 2.45.2