Skip to content

Commit

Permalink
fix! Hide the command console on Windows used to open the file #6
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Sep 22, 2019
1 parent fb5cea0 commit 2a3d097
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/faustgen_tilde.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ static void faustgen_tilde_compile_options(t_faustgen_tilde *x, t_symbol* s, int

#ifdef _WIN32
#include <windows.h>
#include "AtlBase.h"
#include "AtlConv.h"

static int windows_system(const char *cmd)
{
PROCESS_INFORMATION p_info;
Expand Down

0 comments on commit 2a3d097

Please sign in to comment.