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:
@@ -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
|
||||
|
Reference in New Issue
Block a user