1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-20 22:30:05 +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:46 +00:00
parent aca5cd7fff
commit 67387b6bc6

View File

@ -40,7 +40,7 @@ i.e. an alternative to the usual interface, for Audacity.
typedef wxWindow * pwxWindow; typedef wxWindow * pwxWindow;
typedef int (*tModuleInit)(int); typedef int (*tModuleInit)(int);
//typedef wxString (*tVersionFn)(); //typedef wxString (*tVersionFn)();
typedef wchar_t * (*tVersionFn)(); typedef _TCHAR * (*tVersionFn)();
typedef pwxWindow (*tPanelFn)(int); typedef pwxWindow (*tPanelFn)(int);
// This variable will hold the address of a subroutine in // This variable will hold the address of a subroutine in