git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31447
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#ifdef __LINUX__
// examine /proc/self/maps to find out what is loaded in our address space
#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
if ( file.IsOpened() )
{
// details of the module currently being parsed