set a theme color for VCA axes in the editor
[ardour.git] / gtk2_ardour / msvc / winmain.cc
index 2e66ee86eef502ea144f8683c0510fd00aff4b1e..85b847ea999da7d58dde3f0fb083c1c39a6b8629 100644 (file)
@@ -19,7 +19,7 @@
 
 int ardour_main (int argc, char *argv[]);
 
-#if (defined(LXVST_SUPPORT) || (defined(COMPILER_MSVC) && defined(NDEBUG) && !defined(RDC_BUILD)))
+#if (defined(COMPILER_MSVC) && defined(NDEBUG) && !defined(RDC_BUILD))
 
 #include <fcntl.h>
 #include <shellapi.h>
@@ -40,7 +40,7 @@ char* argv[256];
        // Essential!!  Make sure that any files used by Ardour
        //              will be created or opened in BINARY mode!
        _fmode = O_BINARY;
-       
+
        GetModuleFileName (NULL, (LPSTR)szPathToProgram, (DWORD)sizeof(szPathToProgram));
        argv[0] = new char[(strlen(szPathToProgram) + 1)];