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

Use _TCHAR in place of wchar_t for VersionName

This commit is contained in:
james.k.crook@gmail.com
2011-04-29 07:52:00 +00:00
parent 0998462eb2
commit aca5cd7fff
4 changed files with 5 additions and 4 deletions

View File

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