Patch level :2.1 018

Files correlati     :servers
Ricompilazione Demo : [ ]
Commento            :aggiunto l'include di <wx/fileconf.h> per far funzionare il tutto


git-svn-id: svn://10.65.10.50/trunk@11909 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2004-03-25 12:12:11 +00:00
parent 0a81e1371c
commit 6e38e0ff08
2 changed files with 6 additions and 1 deletions

View File

@ -22,7 +22,9 @@
#include <wx/image.h>
#include <wx/mimetype.h>
#include <wx/sckstrm.h>
#ifdef LINUX
#ifdef WIN32
#include <wx/fileconf.h>
#else
#include <wx/filename.h>
#endif

View File

@ -1,6 +1,9 @@
#include "baseserv.h"
#include <wx/config.h>
#ifdef WIN32
#include <wx/fileconf.h>
#endif
#include <ctype.h>