]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/deprecated/resource/resource.cpp
Compile fix for sound without threads. Not sure
[wxWidgets.git] / contrib / samples / deprecated / resource / resource.cpp
index 8553ccb6f6492aeb6065655a7e08f369883edca3..548f4ae8acb24e2a1eaaf555add11e5f8afbca37 100644 (file)
@@ -26,8 +26,8 @@
 
 #include "wx/deprecated/setup.h"
 
-#if !wxUSE_RESOURCES
-    #error "You should set wxUSE_RESOURCES to 1 to compile this sample"
+#if !wxUSE_WX_RESOURCES
+    #error "You should set wxUSE_WX_RESOURCES to 1 to compile this sample"
 #endif
 
 #if wxUSE_UNICODE