Initial revision
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1b66e7e5ab
commit
c801d85f15
779 changed files with 172138 additions and 0 deletions
13
include/wx/minifram.h
Normal file
13
include/wx/minifram.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef __MINIFRAMH_BASE__
|
||||
#define __MINIFRAMH_BASE_
|
||||
|
||||
#if defined(__WINDOWS__)
|
||||
#include "wx/msw/minifram.h"
|
||||
#elif defined(__MOTIF__)
|
||||
#include "wx/xt/minifram.h"
|
||||
#elif defined(__GTK__)
|
||||
#include "wx/gtk/minifram.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
// __MINIFRAMH_BASE__
|
||||
Loading…
Add table
Add a link
Reference in a new issue