Code::Blocks
SVN r11506
include
sdk.h
Go to the documentation of this file.
1
/*
2
* This file is part of the Code::Blocks IDE and licensed under the GNU Lesser General Public License, version 3
3
* http://www.gnu.org/licenses/lgpl-3.0.html
4
*/
5
10
#ifndef SDK_H
11
#define SDK_H
12
13
#ifdef __WXMSW__
14
#include "
sdk_common.h
"
15
#else
16
// for non-windows platforms, one PCH is enough
17
#include "
sdk_precomp.h
"
18
#endif
19
20
#endif // SDK_H
sdk_precomp.h
sdk_common.h
Generated by
1.8.13