home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / include / wx / config.h < prev    next >
C/C++ Source or Header  |  1999-12-02  |  318b  |  18 lines

  1. #ifndef _WX_CONFIG_H_BASE_
  2. #define _WX_CONFIG_H_BASE_
  3.  
  4. #include "wx/confbase.h"
  5.  
  6. #if defined(__WXMSW__) && wxUSE_CONFIG_NATIVE
  7. #  ifdef __WIN32__
  8. #    include "wx/msw/regconf.h"
  9. #else
  10. #    include "wx/msw/iniconf.h"
  11. #  endif
  12. #else
  13. #    include "wx/fileconf.h"
  14. #endif
  15.  
  16. #endif
  17.     // _WX_CONFIG_H_BASE_
  18.