From: Václav Slavík Date: Fri, 16 Mar 2007 20:19:35 +0000 (+0000) Subject: added missing #pragma hdrstop X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/480f42ec8edda474543e24760c350cbecb21e0c4 added missing #pragma hdrstop git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index 2fd2d740b3..9e194e435c 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -15,6 +15,10 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" +#ifdef __BORLANDC__ + #pragma hdrstop +#endif //__BORLANDC__ + #ifndef WX_PRECOMP #include "wx/intl.h" #include "wx/log.h"