From b17ba1462cc4bb96be52f378dedafb50a3bc13f1 Mon Sep 17 00:00:00 2001 From: Sven Gothel <sgothel@jausoft.com> Date: Sat, 19 Sep 2015 21:32:18 +0200 Subject: Bug 1219: Use Win32 API for test PE exe, not console Previous test PE exe, commit 0ebc5398fa20d23214a37dc4930a1fa1617293c7, was a console exe. A console exe opens a new console window if not being launched from one. New test PE exe is produced w/ '-mwindows', i.e. for Win32 API w/o a console. --- src/native/tinype/tiny.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/native/tinype/tiny.c') diff --git a/src/native/tinype/tiny.c b/src/native/tinype/tiny.c index 4d645bf..80f9518 100644 --- a/src/native/tinype/tiny.c +++ b/src/native/tinype/tiny.c @@ -1,3 +1,5 @@ +// const char * id = "JogAmp Windows Universal Test PE Executable"; + int __main() { return 0; -- cgit v1.2.3