v3: dynamic loading of the SDL library
Signed-off-by: Aric Stewart <aric(a)codeweavers.com>
---
configure | 202 +++++++++++++++++++++++++++++++++++++++++++
configure.ac | 17 ++++
dlls/winebus.sys/Makefile.in | 3 +-
dlls/winebus.sys/bus.h | 1 +
dlls/winebus.sys/bus_sdl.c | 58 +++++++++++++
dlls/winebus.sys/main.c | 15 +++-
include/config.h.in | 12 +++
7 files changed, 306 insertions(+), 2 deletions(-)
create mode 100644 dlls/winebus.sys/bus_sdl.c