Code::Blocks  SVN r11506
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