From 2a3d097532d980edef3cc14b0384fcfb8fde92e2 Mon Sep 17 00:00:00 2001 From: pierreguillot Date: Sun, 22 Sep 2019 14:44:03 +0200 Subject: [PATCH] fix! Hide the command console on Windows used to open the file #6 --- src/faustgen_tilde.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/faustgen_tilde.c b/src/faustgen_tilde.c index 5671172..f7fc7b2 100644 --- a/src/faustgen_tilde.c +++ b/src/faustgen_tilde.c @@ -135,8 +135,7 @@ static void faustgen_tilde_compile_options(t_faustgen_tilde *x, t_symbol* s, int #ifdef _WIN32 #include -#include "AtlBase.h" -#include "AtlConv.h" + static int windows_system(const char *cmd) { PROCESS_INFORMATION p_info;