projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e84ba59
)
Unicode compilation fix (patch 1104406)
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Tue, 18 Jan 2005 13:00:57 +0000
(13:00 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Tue, 18 Jan 2005 13:00:57 +0000
(13:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31447
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/unix/dlunix.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/unix/dlunix.cpp
b/src/unix/dlunix.cpp
index fcad9a56713502ee2f1d59e3ce319271d3d65702..b8d5c1ff93a9bd4bf392fb4312801bcae2d697d6 100644
(file)
--- a/
src/unix/dlunix.cpp
+++ b/
src/unix/dlunix.cpp
@@
-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