Make sure that the preprocessor directive in 'winmain.cc' matches the one in 'main.cc'
(also, some minor housekeeping)
This commit is contained in:
parent
396fae31a9
commit
dcd18d84ef
@ -2,7 +2,7 @@
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="Ardour3"
|
||||
Name="Mixbus3"
|
||||
ProjectGUID="{94B9EA5B-1D83-4573-9F02-29A2E33E6D1F}"
|
||||
RootNamespace="Ardour3"
|
||||
>
|
||||
@ -1238,10 +1238,14 @@
|
||||
RelativePath="..\gtk2_ardour\windows_vst_plugin_ui.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtk2_ardour\msvc\winmain.cc"
|
||||
<Filter
|
||||
Name="msvc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gtk2_ardour\msvc\winmain.cc"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user