Some project file corrections

Test for correct symbol in resource sample


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-06-08 21:47:02 +00:00
parent e874fa1bd5
commit f5abdcb3c3
6 changed files with 150 additions and 40 deletions

View File

@@ -24,8 +24,8 @@
#include "wx/wx.h"
#endif
#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