1
0
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:
lllucius 2011-04-04 22:51:48 +00:00
parent 1ec0141909
commit 04878ca5cc

View File

@ -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.