]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/vscroll.cpp
fixed warning in non-DLL build
[wxWidgets.git] / src / generic / vscroll.cpp
index 87d6f32338adf96c7ccb9230a7630689c14fee72..fa8bf24b05d5fdaf37888d8bee0cb8f1d800cdf6 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
+#if defined(__GNUG__) && !defined(__APPLE__)
+#pragma implementation "vscroll.h"
+#endif
+
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+#pragma hdrstop
+#endif
+
 #include "wx/vscroll.h"
 
 // ----------------------------------------------------------------------------