From: Julian Smart Date: Sat, 26 Jan 2002 10:59:51 +0000 (+0000) Subject: Moved setup.h out of the way X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/83665b8122ccab37031a7e0082ef11d48dfbcb78 Moved setup.h out of the way git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/setup.h b/include/wx/setup.h deleted file mode 100644 index 8c95388a21..0000000000 --- a/include/wx/setup.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * 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. - */ - -#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 - diff --git a/include/wx/setup_redirect.h b/include/wx/setup_redirect.h new file mode 100644 index 0000000000..8c95388a21 --- /dev/null +++ b/include/wx/setup_redirect.h @@ -0,0 +1,14 @@ +/* + * 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. + */ + +#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 +