mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
_TCHAR -> wxChar for Ubuntu compatibility
This commit is contained in:
@@ -134,7 +134,7 @@ extern "C" {
|
||||
// GetVersionString
|
||||
// REQUIRED for the module to be accepted by Audacity.
|
||||
// Without it Audacity will see a version number mismatch.
|
||||
MOD_TRACK_PANEL_DLL_API _TCHAR * GetVersionString()
|
||||
MOD_TRACK_PANEL_DLL_API wxChar * GetVersionString()
|
||||
{
|
||||
// Make sure that this version of the module requires the version
|
||||
// of Audacity it is built with.
|
||||
|
Reference in New Issue
Block a user