]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dirctrlg.cpp
revert togglable tools to previous state if the change was vetoed by OnLeftClick()
[wxWidgets.git] / src / generic / dirctrlg.cpp
index d817f24c580823f61c1875c2393aa02c2d7d283f..3a7e8ef87ae0f2c7a92b34a447723d46be527e85 100644 (file)
@@ -57,6 +57,7 @@
 
 #ifdef __WXMSW__
 #include <windows.h>
+#include "wx/msw/winundef.h"
 
 // FIXME - Mingw32 1.0 has both _getdrive() and _chdrive(). For now, let's assume
 //         older releases don't, but it should be verified and the checks modified