mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-01 06:33:53 +01:00
Use _TCHAR in place of wchar_t for VersionName
This commit is contained in:
@@ -40,7 +40,7 @@ i.e. an alternative to the usual interface, for Audacity.
|
||||
typedef wxWindow * pwxWindow;
|
||||
typedef int (*tModuleInit)(int);
|
||||
//typedef wxString (*tVersionFn)();
|
||||
typedef wchar_t * (*tVersionFn)();
|
||||
typedef _TCHAR * (*tVersionFn)();
|
||||
typedef pwxWindow (*tPanelFn)(int);
|
||||
|
||||
// This variable will hold the address of a subroutine in
|
||||
|
||||
Reference in New Issue
Block a user