mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 23:49:35 +00:00
Mac OS X port
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1001 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e3371e62f3
commit
96bcd4f884
2
vl.c
2
vl.c
@ -65,7 +65,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_SDL
|
#ifdef CONFIG_SDL
|
||||||
|
#ifdef __APPLE__
|
||||||
#include <SDL/SDL.h>
|
#include <SDL/SDL.h>
|
||||||
|
#endif
|
||||||
#if defined(__linux__)
|
#if defined(__linux__)
|
||||||
/* SDL use the pthreads and they modify sigaction. We don't
|
/* SDL use the pthreads and they modify sigaction. We don't
|
||||||
want that. */
|
want that. */
|
||||||
|
Loading…
Reference in New Issue
Block a user