Replaced the old wxGetResource implementation with one based
in wxFileConfig. Compile fix for gsocket.c. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
#ifdef __GNUG__
|
||||
// #pragma implementation
|
||||
#endif
|
||||
@@ -22,14 +21,6 @@
|
||||
|
||||
#define _MAXPATHLEN 500
|
||||
|
||||
/* Used for X resources */
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/Xresource.h>
|
||||
|
||||
wxResourceCache *wxTheResourceCache = (wxResourceCache *) NULL;
|
||||
XrmDatabase wxResourceDatabase;
|
||||
|
||||
/* Useful buffer, initialized in wxCommonInit */
|
||||
wxChar *wxBuffer = (wxChar *) NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user