Update of /cvsroot/audacity/audacity-src/src/effects/VST
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31528/effects/VST

Modified Files:
        LoadVST.cpp 
Log Message:
Brian Cameron's patch for compatibility with latest Sun Studio compiler.

Index: LoadVST.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/VST/LoadVST.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- LoadVST.cpp 2 Jun 2009 05:03:15 -0000       1.4
+++ LoadVST.cpp 2 Jul 2009 22:12:16 -0000       1.5
@@ -244,13 +244,13 @@
 
    // Setup the default VST path.
    dpath[0] = '\0';
-   ExpandEnvironmentStrings(_T("%ProgramFiles%\\Steinberg\\VSTPlugins"),
+   ExpandEnvironmentStrings(wxT("%ProgramFiles%\\Steinberg\\VSTPlugins"),
                             dpath,
                             WXSIZEOF(dpath));
 
    // Check registry for the real path
-   if (SHRegGetUSValue(_T("Software\\VST"),
-                          _T("VSTPluginsPath"),
+   if (SHRegGetUSValue(wxT("Software\\VST"),
+                          wxT("VSTPluginsPath"),
                           NULL,
                           tpath,
                           &len,


------------------------------------------------------------------------------
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to