mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 00:30:07 +02:00
Use _UNICODE instead of wxUSE_UNICODE
This commit is contained in:
parent
1ec0141909
commit
04878ca5cc
@ -234,7 +234,7 @@ wxString FileNames::PathFromAddr(void *addr)
|
|||||||
name.SetFullName(LAT1CTOWX(realname));
|
name.SetFullName(LAT1CTOWX(realname));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#elif defined(__WXMSW__) && defined(wxUSE_UNICODE)
|
#elif defined(__WXMSW__) && defined(_UNICODE)
|
||||||
// The GetModuleHandlEx() function did not appear until Windows XP and
|
// The GetModuleHandlEx() function did not appear until Windows XP and
|
||||||
// GetModuleFileName() did appear until Windows 2000, so we have to
|
// GetModuleFileName() did appear until Windows 2000, so we have to
|
||||||
// check for them at runtime.
|
// check for them at runtime.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user