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:
parent
e84ba59e3e
commit
5e4f63c810
@ -325,7 +325,7 @@ wxDynamicLibraryDetailsArray wxDynamicLibrary::ListLoaded()
|
||||
|
||||
#ifdef __LINUX__
|
||||
// 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() )
|
||||
{
|
||||
// details of the module currently being parsed
|
||||
|
Loading…
Reference in New Issue
Block a user