]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied patch [ 767518 ] BCB6 resource compiler chokes on dialog1.rc
authorJulian Smart <julian@anthemion.co.uk>
Thu, 10 Jul 2003 07:47:10 +0000 (07:47 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 10 Jul 2003 07:47:10 +0000 (07:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/nativdlg/dialog1.rc

index 3d1677a1ee604d56b3666cbc1bcfe1a43e29e900..a794777617938f86db1411e6a674cae4dc8e916e 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "resource.h"
 
-#if !defined(__GNUWIN32__)
+#if !defined(__GNUWIN32__) && !defined(__BORLANDC__)
 #include <commctrl.h>
 #endif