[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] disabling freeconsole() on win32
From: |
Munteanu Alexandru |
Subject: |
[GNUnet-developers] disabling freeconsole() on win32 |
Date: |
Sun, 3 Apr 2005 05:04:50 +0200 |
User-agent: |
Mutt/1.5.6+20040907i |
Hello,
I just wanted to say that I found a way to disable the use of
freeconsole() on win32. Don't know if that works for gnunet, but it
works for my application.
With mingw, using the flag -mwindows :
gcc -mwindows ...
when compiling, disables the console.
cheers,
Alex
(ion_bidon)