]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialup/nettest.cpp
show the resize cursor when the mouse is above the grip and not only when it's just...
[wxWidgets.git] / samples / dialup / nettest.cpp
index c5e727bf5e55af86abcb014a43c7bc7441ecbbaf..7e31dad04521e856bdb494616c5fed2c9c6effdd 100644 (file)
     #include "wx/wx.h"
 #endif
 
+#if !wxUSE_DIALUP_MANAGER
+#error You must set wxUSE_DIALUP_MANAGER to 1 in setup.h!
+#endif
+
 #include "wx/dialup.h"
 
 // ----------------------------------------------------------------------------