Skip to content

Commit

Permalink
Update win_snd.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
glKarin committed Nov 7, 2024
1 parent fb76a31 commit 5e62c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Q3E/src/main/jni/doom3/neo/sys/win32/win_snd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you have questions concerning this license or the applicable additional terms
#pragma hdrstop

// DirectX SDK
#if defined(_MSC_VER) && !defined(_WIN64)
#if defined(_MSC_VER) && !defined(_WIN64) && defined(_HAS_DIRECTXSDK)
#include <DxErr.h>
#else
static int dxtrace_err(const char *text, intptr_t p) {
Expand Down

0 comments on commit 5e62c47

Please sign in to comment.