Commit 8a0af3a2 authored by Chuck Walbourn's avatar Chuck Walbourn
Browse files

SimplePlayTTS sample hotfix

parent e1ce3fc0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@

#include <xdk.h>

#if _XDK_VER < 0x295A0401 /* XDK Edition 151100 */
#error This sample requires the November 2015 XDK or later
#if _XDK_VER < 0x38390868 /* XDK Edition 161000 */
#error This sample requires the October 2016 XDK or later
#endif

#include <wrl.h>