1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 07:40:23 +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.

View File

@ -114,7 +114,7 @@ extern "C"
#define DLL_API __attribute__ ((visibility("default")))
#endif
extern DLL_API _TCHAR * GetVersionString();
extern DLL_API wxChar * GetVersionString();
// GetVersionString
// REQUIRED for the module to be accepted by Audacity.
// Without it Audacity will see a version number mismatch.

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.

View File

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