Add more checks for Intel compiler.
[wxWidgets.git] / include / wx / sashwin.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/sashwin.h
3 // Purpose: Base header for wxSashWindow
4 // Author: Julian Smart
5 // Modified by:
6 // Created:
7 // Copyright: (c) Julian Smart
8 // Licence: wxWindows Licence
9 /////////////////////////////////////////////////////////////////////////////
10
11 #ifndef _WX_SASHWIN_H_BASE_
12 #define _WX_SASHWIN_H_BASE_
13
14 #include "wx/generic/sashwin.h"
15
16 #endif
17 // _WX_SASHWIN_H_BASE_