From 1e6f6db1c90a5a6452261d7b836371a69d0917c4 Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Mon, 19 Oct 2015 14:17:17 +0900 Subject: [PATCH] configure: support recent Windows APIs We do not support Windows XP or older version. Change-Id: I51e5ae09a6a486d36b347b95a5007067a72ab013 Signed-off-by: SeokYeon Hwang --- tizen/emulator_configure.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index cc81358..5f19e12 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -145,6 +145,7 @@ CONFIGURE_APPEND=" --extra-ldflags=-Wl,--large-address-aware --extra-ldflags=-Wl,--export-all-symbols --audio-drv-list=dsound + --winver=0x0600 --enable-sdl --enable-hax $CONFIGURE_APPEND @@ -160,6 +161,7 @@ CONFIGURE_APPEND=" --extra-ldflags=-Wl,--large-address-aware --extra-ldflags=-Wl,--export-all-symbols --audio-drv-list=dsound + --winver=0x0600 --enable-sdl --enable-hax $CONFIGURE_APPEND -- 2.7.4