summaryrefslogtreecommitdiff
path: root/gtk2_ardour/msvc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-04-15 10:56:12 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2014-04-15 10:56:12 +0100
commitdcd18d84efb2752be79c1e24b0a0f961dc648871 (patch)
tree313a678751d2681d0c7b8c61898765d45e0c24aa /gtk2_ardour/msvc
parent396fae31a9c3f3aa8fe26e287050ec66cad1768a (diff)
Make sure that the preprocessor directive in 'winmain.cc' matches the one in 'main.cc'
(also, some minor housekeeping)
Diffstat (limited to 'gtk2_ardour/msvc')
-rw-r--r--gtk2_ardour/msvc/winmain.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/msvc/winmain.cc b/gtk2_ardour/msvc/winmain.cc
index 2e66ee86ee..a9fe3d4224 100644
--- a/gtk2_ardour/msvc/winmain.cc
+++ b/gtk2_ardour/msvc/winmain.cc
@@ -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>