mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-11 09:31:13 +02:00
_TCHAR -> wxChar for Ubuntu compatibility
This commit is contained in:
parent
004df99f78
commit
8838820660
@ -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 _TCHAR * (*tVersionFn)();
|
typedef wxChar * (*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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user