]> git.saurik.com Git - wxWidgets.git/commitdiff
fix for precompiled headers
authorUnknown (UG) <nobody@localhost>
Tue, 20 Oct 1998 11:00:58 +0000 (11:00 +0000)
committerUnknown (UG) <nobody@localhost>
Tue, 20 Oct 1998 11:00:58 +0000 (11:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/ftp.cpp

index 62161ada7aa6b8a90c60954f3f6b94f3b238fb31..00d44539cdfc93781605a0f16ed1570ff0910343 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#ifdef __BORLANDC__
+#pragma hdrstop
+#endif
+
 #include <memory.h>
 #include <stdlib.h>
 #include "wx/string.h"