mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 09:31:14 +01:00
Use _UNICODE instead of wxUSE_UNICODE
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user