mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Use _TCHAR in place of wchar_t for VersionName
This commit is contained in:
@@ -114,7 +114,7 @@ extern "C"
|
||||
#define DLL_API __attribute__ ((visibility("default")))
|
||||
#endif
|
||||
|
||||
extern DLL_API wchar_t * GetVersionString();
|
||||
extern DLL_API _TCHAR * GetVersionString();
|
||||
// GetVersionString
|
||||
// REQUIRED for the module to be accepted by Audacity.
|
||||
// Without it Audacity will see a version number mismatch.
|
||||
|
Reference in New Issue
Block a user