Initial revision
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
14
include/wx/setup.h
Normal file
14
include/wx/setup.h
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
#ifndef __SETUPH_BASE__
|
||||
#define __SETUPH_BASE__
|
||||
|
||||
#if defined(__WINDOWS__)
|
||||
#include "wx/msw/setup.h"
|
||||
#elif defined(__MOTIF__)
|
||||
#include "wx/xt/setup.h"
|
||||
#elif defined(__GTK__)
|
||||
#include "wx/gtk/setup.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
// __SETUPH_BASE__
|
Reference in New Issue
Block a user