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

@@ -63,7 +63,7 @@ static tpExecScriptServerFunc pScriptServerFn=NULL;
extern "C" {
SCRIPT_PIPE_DLL_API _TCHAR * GetVersionString()
SCRIPT_PIPE_DLL_API wxChar * GetVersionString()
{
// Make sure that this version of the module requires the version
// of Audacity it is built with.