home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / include / wx / setup_redirect.h < prev    next >
C/C++ Source or Header  |  2002-01-26  |  374b  |  15 lines

  1. /*
  2.  * wx/setup.h
  3.  *
  4.  * This file should not normally be used, except where makefiles
  5.  * have not yet been adjusted to take into account of the new scheme
  6.  * whereby a setup.h is created under the lib directory.
  7.  */
  8.  
  9. #ifdef __WXMSW__
  10. #include "wx/msw/setup.h"
  11. #else
  12. #error Please adjust your include path to pick up the wx/setup.h file under lib first.
  13. #endif
  14.  
  15.