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:
Vadim Zeitlin 2005-01-18 13:00:57 +00:00
parent e84ba59e3e
commit 5e4f63c810

View File

@ -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