From cb572705d3dc9dd220b357077642acd2b02caf04 Mon Sep 17 00:00:00 2001 From: darkstar Date: Mon, 26 Feb 2018 01:33:42 +0100 Subject: [PATCH] MSVC: Enable the use of OpenAL for sound output --- src/win/msvc15/global.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/msvc15/global.props b/src/win/msvc15/global.props index 653cbde..555d8a7 100644 --- a/src/win/msvc15/global.props +++ b/src/win/msvc15/global.props @@ -7,7 +7,7 @@ - _USE_MATH_DEFINES;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;USE_DYNAREC + _USE_MATH_DEFINES;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;USE_DYNAREC;USE_OPENAL