2002-01-25 09:38:45 -05:00
|
|
|
/*
|
|
|
|
* wx/setup.h
|
|
|
|
*
|
|
|
|
* This file should not normally be used, except where makefiles
|
|
|
|
* have not yet been adjusted to take into account of the new scheme
|
|
|
|
* whereby a setup.h is created under the lib directory.
|
2005-05-04 14:57:50 -04:00
|
|
|
*
|
|
|
|
* Copyright: (c) Vadim Zeitlin
|
|
|
|
* RCS-ID: $Id$
|
|
|
|
* Licence: wxWindows Licence
|
2002-01-25 09:38:45 -05:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifdef __WXMSW__
|
|
|
|
#include "wx/msw/setup.h"
|
|
|
|
#else
|
|
|
|
#error Please adjust your include path to pick up the wx/setup.h file under lib first.
|
|
|
|
#endif
|
|
|
|
|