diff --git a/src/LoadModules.cpp b/src/LoadModules.cpp index 5183e8b51..3a83fbfbb 100644 --- a/src/LoadModules.cpp +++ b/src/LoadModules.cpp @@ -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