projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Disable symbols visibility support for the Clang compiler.
[wxWidgets.git]
/
src
/
os2
/
filedlg.cpp
diff --git
a/src/os2/filedlg.cpp
b/src/os2/filedlg.cpp
index 8fc737333e5972a4f08daabed74a2152f0cd26a0..f4fc9da6f11269bc69734045a1ca7ed63b9fb494 100644
(file)
--- a/
src/os2/filedlg.cpp
+++ b/
src/os2/filedlg.cpp
@@
-93,8
+93,8
@@
void wxFileDialog::GetPaths (
size_t nCount = m_fileNames.GetCount();
rasPaths.Empty();
size_t nCount = m_fileNames.GetCount();
rasPaths.Empty();
- if (m_dir.Last() !=
_
T('\\'))
- sDir +=
_
T('\\');
+ if (m_dir.Last() !=
wx
T('\\'))
+ sDir +=
wx
T('\\');
for ( size_t n = 0; n < nCount; n++ )
{
for ( size_t n = 0; n < nCount; n++ )
{
@@
-153,21
+153,21
@@
int wxFileDialog::ShowModal()
switch (ch)
{
switch (ch)
{
- case
_
T('/'):
+ case
wx
T('/'):
//
// Convert to backslash
//
//
// Convert to backslash
//
- ch =
_
T('\\');
+ ch =
wx
T('\\');
//
// Fall through
//
//
// Fall through
//
- case
_
T('\\'):
+ case
wx
T('\\'):
while (i < nLen - 1)
{
wxChar chNext = m_dir[i + 1];
while (i < nLen - 1)
{
wxChar chNext = m_dir[i + 1];
- if (chNext !=
_T('\\') && chNext != _
T('/'))
+ if (chNext !=
wxT('\\') && chNext != wx
T('/'))
break;
//
break;
//