qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] SDL/SDL.h breaks vl.c on MinGW


From: Tomasz B±tor
Subject: [Qemu-devel] SDL/SDL.h breaks vl.c on MinGW
Date: Thu, 8 Jul 2004 19:43:13 +0200
User-agent: Mutt/1.5.5.1+cvs20040105i

Hi.
I don't know why it happens, but including SDL/SDL.h in vl.c
(CVS snapshot qemu-snapshot-2004-07-07_23.tar.bz2) breaks
QEMU on MinGW (it exits immediatelly with no output). Following
little patch fixes it:


diff -Nur vl-orig.c vl.c
--- vl-orig.c   Mon Jul  5 21:25:12 2004
+++ vl.c        Thu Jul  8 17:22:27 2004
@@ -65,7 +65,6 @@
 #endif
 
 #ifdef CONFIG_SDL
-#include <SDL/SDL.h>
 #if defined(__linux__)
 /* SDL use the pthreads and they modify sigaction. We don't
    want that. */


t.      

-- 
  Tomasz BÄ…tor  e-mail: address@hidden  ICQ: 101194886
 ------ ---- -- - -  -    -   -  -  -   -    -  - - -- ---- ------
 "Push first the red button and then the blue button. No, wait..."
                     -- last words in a RPG game




reply via email to

[Prev in Thread] Current Thread [Next in Thread]