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
This commit is contained in:
Julian Smart
2003-07-10 07:47:10 +00:00
parent e32f4a9fa9
commit e5651604ef

View File

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