]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/display/display.cpp
New wxHashTable implementation when wxUSE_STL == 1. Replaces
[wxWidgets.git] / samples / display / display.cpp
index 0744d063d4ca3cdbb7acbff63c184c628a15365e..1e1b8f20389fa7e28383a24334648fe7d594027c 100644 (file)
     #pragma hdrstop
 #endif
 
+#if !wxUSE_DISPLAY
+    #error "To compile this sample you must build the library with wxUSE_DISPLAY set to 1"
+#endif
+
 // for all others, include the necessary headers explicitly
 #ifndef WX_PRECOMP
     #include "wx/app.h"