]> git.saurik.com Git - wxWidgets.git/commitdiff
clarified #error
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Thu, 29 Apr 2004 19:19:57 +0000 (19:19 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Thu, 29 Apr 2004 19:19:57 +0000 (19:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/mfc/mfctest.cpp

index fcbaa4b0f17a0d2408762d03c40168b100ab29ba..dfeb7b65c1d0e640f54f9a22da0d6e4dfa8bba0b 100644 (file)
@@ -52,7 +52,7 @@
 #include "wx/wx.h"
 
 #if defined(_WINDOWS_) || !wxUSE_MFC
-#error Sorry, you need to edit include/wx/msw/setup.h, set wxUSE_MFC to 1, and recompile.
+#error "Sorry, you need to edit include/wx/msw/setup.h, set wxUSE_MFC to 1, and recompile the library."
 #endif
 
 #ifdef new