aboutsummaryrefslogtreecommitdiff
path: root/backends/text-to-speech/windows/sphelper-scummvm.h
diff options
context:
space:
mode:
authorsluicebox2019-10-09 12:19:31 -0700
committerFilippos Karapetis2019-10-10 22:55:12 +0300
commit912bbf364c1c287f891291229d30226a5a71eed9 (patch)
tree19aab23318a982ff80636685f5d920d25b80ffdc /backends/text-to-speech/windows/sphelper-scummvm.h
parentc1697cd177eee47dc413273ff9f50b93cfcd5f9f (diff)
downloadscummvm-rg350-912bbf364c1c287f891291229d30226a5a71eed9.tar.gz
scummvm-rg350-912bbf364c1c287f891291229d30226a5a71eed9.tar.bz2
scummvm-rg350-912bbf364c1c287f891291229d30226a5a71eed9.zip
TTS: Enable in Mingw-w64 builds
TTS libraries can now be used in default Mingw-w64 environments. - Removes reference to sapiddk.h which isn't used and isn't in Mingw-w64 - Defines guids whose symbols are missing from Mingw-w64 - Restores TTS detection to configure script
Diffstat (limited to 'backends/text-to-speech/windows/sphelper-scummvm.h')
-rw-r--r--backends/text-to-speech/windows/sphelper-scummvm.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/backends/text-to-speech/windows/sphelper-scummvm.h b/backends/text-to-speech/windows/sphelper-scummvm.h
index 9ced239a34..93b2bb52f1 100644
--- a/backends/text-to-speech/windows/sphelper-scummvm.h
+++ b/backends/text-to-speech/windows/sphelper-scummvm.h
@@ -15,6 +15,7 @@
// crtdbg.h
// SPDebug.h
// atlbase.h
+// sapiddk.h
//
// 3. Include got added
// cwtype
@@ -45,10 +46,6 @@
#include <sapi.h>
#endif
-#ifndef __sapiddk_h__
-#include <sapiddk.h>
-#endif
-
#ifndef SPError_h
#include <SPError.h>
#endif