projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't generate wxEVT_CONTEXT_MENU messages for right clicks in the list control header
[wxWidgets.git]
/
src
/
msw
/
dirdlg.cpp
diff --git
a/src/msw/dirdlg.cpp
b/src/msw/dirdlg.cpp
index f01131140705d4b517aa9271746fcac28f294efb..5f2f111abb6ebd1edf5c4e869b810fcee9ec9740 100644
(file)
--- a/
src/msw/dirdlg.cpp
+++ b/
src/msw/dirdlg.cpp
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: dirdlg.cpp
+// Name:
src/msw/
dirdlg.cpp
// Purpose: wxDirDialog
// Author: Julian Smart
// Modified by:
// Purpose: wxDirDialog
// Author: Julian Smart
// Modified by:
@@
-17,10
+17,6
@@
// headers
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation "dirdlg.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@
-28,9
+24,9
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
-#if wxUSE_DIRDLG
&& (!defined(__WXWINCE__) || defined(__HANDHELDPC__))
+#if wxUSE_DIRDLG
-#if
defined(__WIN95__) && !defined(__GNUWIN32_OLD__) && wxUSE_OLE
+#if
wxUSE_OLE && !defined(__GNUWIN32_OLD__) && (!defined(__WXWINCE__) || (defined(__HANDHELDPC__) && (_WIN32_WCE >= 500)))
#ifndef WX_PRECOMP
#include "wx/utils.h"
#ifndef WX_PRECOMP
#include "wx/utils.h"
@@
-244,9
+240,7
@@
BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM lp, LPARAM pData)
return 0;
}
return 0;
}
-
-#else
- #include "../generic/dirdlgg.cpp"
#endif // compiler/platform on which the code here compiles
#endif // compiler/platform on which the code here compiles
-#endif // wxUSE_DIRDLG && !(__SMARTPHONE__ && __WXWINCE__)
+#endif // wxUSE_DIRDLG
+