mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-29 20:34:56 +01:00
Fix pour la compilation Windows avec wxWindows 2.5
This commit is contained in:
parent
61963c0fe0
commit
dfee04c4a9
1 changed files with 11 additions and 4 deletions
|
@ -16,17 +16,24 @@
|
|||
/* along with this program; if not, write to the Free Software */
|
||||
/* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
||||
|
||||
/* $Id: main.cc,v 1.2 2004/06/19 18:43:35 afrab Exp $ */
|
||||
/* $Id: main.cc,v 1.3 2004/06/26 10:40:02 ipkiss Exp $ */
|
||||
|
||||
#ifdef WIN32 // mingw32 hack
|
||||
# undef Yield
|
||||
# undef CreateDialog
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include <wx/wxprec.h>
|
||||
#include <wx/wx.h>
|
||||
#include <wx/app.h>
|
||||
#include <wx/intl.h>
|
||||
|
||||
#include "ewx.h"
|
||||
#include "configdb.h"
|
||||
#include "mainframe.h"
|
||||
|
||||
#include "wx/app.h"
|
||||
#include "wx/intl.h"
|
||||
|
||||
#include "eliot.xpm"
|
||||
|
||||
class EliotApp : public wxApp
|
||||
|
|
Loading…
Add table
Reference in a new issue