added wxprec.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-07-04 18:03:29 +00:00
parent e6978d5b4d
commit 687dcff3a4
2 changed files with 15 additions and 0 deletions

View File

@@ -12,6 +12,10 @@
#ifndef _WX_VSCROLL_H_
#define _WX_VSCROLL_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "vscroll.h"
#endif
#include "wx/panel.h" // base class
// ----------------------------------------------------------------------------