1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-18 16:41:14 +02:00

_TCHAR -> wxChar for Ubuntu compatibility

This commit is contained in:
james.k.crook@gmail.com
2011-04-30 09:45:43 +00:00
parent 79309f6df4
commit 004df99f78
4 changed files with 4 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ extern "C" {
// GetVersionString
// REQUIRED for the module to be accepted by Audacity.
// Without it Audacity will see a version number mismatch.
MOD_NULL_DLL_API _TCHAR * GetVersionString()
MOD_NULL_DLL_API wxChar * GetVersionString()
{
// Make sure that this version of the module requires the version
// of Audacity it is built with.