Unicode compilation fix (patch 1104406)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -325,7 +325,7 @@ wxDynamicLibraryDetailsArray wxDynamicLibrary::ListLoaded()
|
|||||||
|
|
||||||
#ifdef __LINUX__
|
#ifdef __LINUX__
|
||||||
// examine /proc/self/maps to find out what is loaded in our address space
|
// examine /proc/self/maps to find out what is loaded in our address space
|
||||||
wxFFile file("/proc/self/maps");
|
wxFFile file(_T("/proc/self/maps"));
|
||||||
if ( file.IsOpened() )
|
if ( file.IsOpened() )
|
||||||
{
|
{
|
||||||
// details of the module currently being parsed
|
// details of the module currently being parsed
|
||||||
|
Reference in New Issue
Block a user