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 18, 2019
1 parent 1c21a64 commit 8f30bba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/faustgen_tilde.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ static void faustgen_tilde_compile_options(t_faustgen_tilde *x, t_symbol* s, int
faustgen_tilde_compile(x);
}

#ifdef _WIN32
#include <windows.h>
#endif

static void faustgen_tilde_open_texteditor(t_faustgen_tilde *x)
{
if(x->f_dsp_instance)
Expand Down

0 comments on commit 8f30bba

Please sign in to comment.