1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

VIDEO: Add proper WRU detection when SIM_VIDEO is used on OS X.

This commit is contained in:
Mark Pizzolato
2015-02-05 08:44:16 -08:00
parent 2f662f2053
commit e40d81dbf2
2 changed files with 9 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ t_bool vid_mouse_b2 = FALSE;
t_bool vid_mouse_b3 = FALSE;
char vid_release_key[64] = "Ctrl-Right-Shift";
#if HAVE_LIBSDL
#if defined(HAVE_LIBSDL)
#include <SDL.h>
#include <SDL_thread.h>