Skip to content

Commit 203cace

Browse files
committed
Platform: remove cplusplus requirement on XAudio29
The header is usable without C++ interop. This should make it easier to use the module in many cases.
1 parent 520e124 commit 203cace

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ module WinSDK [system] {
219219
export *
220220

221221
link "xaudio2.lib"
222-
223-
requires cplusplus
224222
}
225223

226224
// XInput 1.4 (Windows 10, XBox) is newer than the XInput 9.1.0 which was

0 commit comments

Comments
 (0)