From 75d1935a0ac708df9e23013483b43cc7e98dd813 Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Thu, 29 Apr 2004 19:19:57 +0000 Subject: [PATCH] clarified #error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/mfc/mfctest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/mfc/mfctest.cpp b/samples/mfc/mfctest.cpp index fcbaa4b0f1..dfeb7b65c1 100644 --- a/samples/mfc/mfctest.cpp +++ b/samples/mfc/mfctest.cpp @@ -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 -- 2.45.2