From e5651604efaf7c28d1b479b25f753a689f336eab Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 10 Jul 2003 07:47:10 +0000 Subject: [PATCH] Applied patch [ 767518 ] BCB6 resource compiler chokes on dialog1.rc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/nativdlg/dialog1.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/nativdlg/dialog1.rc b/samples/nativdlg/dialog1.rc index 3d1677a1ee..a794777617 100644 --- a/samples/nativdlg/dialog1.rc +++ b/samples/nativdlg/dialog1.rc @@ -25,7 +25,7 @@ #include "resource.h" -#if !defined(__GNUWIN32__) +#if !defined(__GNUWIN32__) && !defined(__BORLANDC__) #include #endif -- 2.45.2