]> git.saurik.com Git - wxWidgets.git/blame - include/wx/config.h
OS X savvy implementation
[wxWidgets.git] / include / wx / config.h
CommitLineData
26ac5fad
JS
1#ifndef _WX_CONFIG_H_BASE_
2#define _WX_CONFIG_H_BASE_
3
4#include "wx/confbase.h"
5
16193c2b 6#if defined(__WXMSW__) && wxUSE_CONFIG_NATIVE
23a59c2c
WS
7# ifdef __WIN32__
8# include "wx/msw/regconf.h"
9# else
10# include "wx/msw/iniconf.h"
11# endif
12#elif defined(__WXPALMOS__) && wxUSE_CONFIG_NATIVE
13# include "wx/palmos/prefconf.h"
26ac5fad
JS
14#else
15# include "wx/fileconf.h"
c801d85f
KB
16#endif
17
c801d85f 18#endif
26ac5fad 19 // _WX_CONFIG_H_BASE_