mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +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));
|
||||
}
|
||||
}
|
||||
#elif defined(__WXMSW__) && defined(wxUSE_UNICODE)
|
||||
#elif defined(__WXMSW__) && defined(_UNICODE)
|
||||
// The GetModuleHandlEx() function did not appear until Windows XP and
|
||||
// GetModuleFileName() did appear until Windows 2000, so we have to
|
||||
// check for them at runtime.
|
||||
|
Loading…
x
Reference in New Issue
Block a user