From 883882066052614aa049dfbd64fef0c79c5c9c70 Mon Sep 17 00:00:00 2001 From: "james.k.crook@gmail.com" Date: Sat, 30 Apr 2011 09:46:11 +0000 Subject: [PATCH] _TCHAR -> wxChar for Ubuntu compatibility --- src/LoadModules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LoadModules.cpp b/src/LoadModules.cpp index 3a83fbfbb..66b2903f5 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 _TCHAR * (*tVersionFn)(); +typedef wxChar * (*tVersionFn)(); typedef pwxWindow (*tPanelFn)(int); // This variable will hold the address of a subroutine in