summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author5an7y-Microsoft <[email protected]>2026-08-12 11:15:47 -0700
committerGitHub <[email protected]>2026-08-12 11:15:47 -0700
commit6fb2f040fff3b51183f87e9b0141093064b6c730 (patch)
tree79a23ea614b561d6f10d0007bf767dd5d2e64848
parentfda24a47623b67aaa82c0fb05f4db145ae27035d (diff)
parentd16b5441bfa525d704159335c9f9693b68d059d2 (diff)
Merge pull request #1409 from microsoft/maindevelop
FI develop -> MAIN
-rw-r--r--avstream/avshws/avshws.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/avstream/avshws/avshws.h b/avstream/avshws/avshws.h
index 3b8cc913..05efb2a5 100644
--- a/avstream/avshws/avshws.h
+++ b/avstream/avshws/avshws.h
@@ -56,7 +56,7 @@ extern "C" {
#define DEBUGLVL_TERSE 1
#define DEBUGLVL_ERROR 0
-const DebugLevel = DEBUGLVL_TERSE;
+const int DebugLevel = DEBUGLVL_TERSE;
#if (DBG)
#define _DbgPrintF(lvl, strings) \
@@ -365,4 +365,4 @@ void __cdecl operator delete[]
#include "filter.h"
#include "capture.h"
#include <uuids.h>
-#endif //_avshws_h_ \ No newline at end of file
+#endif //_avshws_h_