compilation fixes for !USE_PCH
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,6 +28,11 @@
|
|||||||
#include "wx/dynlib.h"
|
#include "wx/dynlib.h"
|
||||||
#include "wx/ffile.h"
|
#include "wx/ffile.h"
|
||||||
|
|
||||||
|
#ifndef WX_PRECOMP
|
||||||
|
#include "wx/intl.h"
|
||||||
|
#include "wx/log.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_DLOPEN) || defined(__DARWIN__)
|
#if defined(HAVE_DLOPEN) || defined(__DARWIN__)
|
||||||
#define USE_POSIX_DL_FUNCS
|
#define USE_POSIX_DL_FUNCS
|
||||||
#elif !defined(HAVE_SHL_LOAD)
|
#elif !defined(HAVE_SHL_LOAD)
|
||||||
|
Reference in New Issue
Block a user