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:
parent
0a81e1371c
commit
6e38e0ff08
@ -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
|
||||
|
||||
|
@ -1,6 +1,9 @@
|
||||
#include "baseserv.h"
|
||||
|
||||
#include <wx/config.h>
|
||||
#ifdef WIN32
|
||||
#include <wx/fileconf.h>
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user