summaryrefslogtreecommitdiff
path: root/network/trans/WFPSampler/syslib/HelperFunctions_FlowContext.cpp
diff options
context:
space:
mode:
authorYang You(UU) <[email protected]>2026-06-15 15:43:49 -0700
committerGitHub <[email protected]>2026-06-15 15:43:49 -0700
commit52f73736b407acb1f8a0af513c9614a5354cea5b (patch)
tree7af73a234b3500645d37a57935f62d5a1f4c6b0e /network/trans/WFPSampler/syslib/HelperFunctions_FlowContext.cpp
parent5426a647c3f86885e4b9d8679d4a4c108933b5ee (diff)
parente99ae832b48b245404f9bd750af4864247b061e8 (diff)
Merge branch 'microsoft:main' into WifiihvsampleDataPath
Diffstat (limited to 'network/trans/WFPSampler/syslib/HelperFunctions_FlowContext.cpp')
-rw-r--r--network/trans/WFPSampler/syslib/HelperFunctions_FlowContext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_FlowContext.cpp b/network/trans/WFPSampler/syslib/HelperFunctions_FlowContext.cpp
index b6d561d6..e53a5e33 100644
--- a/network/trans/WFPSampler/syslib/HelperFunctions_FlowContext.cpp
+++ b/network/trans/WFPSampler/syslib/HelperFunctions_FlowContext.cpp
@@ -42,7 +42,7 @@
////////////////////////////////////////////////////////////////////////////////////////////////////
#include "HelperFunctions_Include.h" /// .
-#include "HelperFunctions_FlowContext.tmh" /// $(OBJ_PATH)\$(O)\
+#include "HelperFunctions_FlowContext.tmh" /// $(OBJ_PATH)\$(O)\
_IRQL_requires_min_(PASSIVE_LEVEL)
_IRQL_requires_max_(DISPATCH_LEVEL)
@@ -105,7 +105,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL)
_IRQL_requires_max_(DISPATCH_LEVEL)
_IRQL_requires_same_
_Success_(return == STATUS_SUCCESS && *ppFlowContext == 0)
-inline NTSTATUS KrnlHlprFlowContextDestroy(_Inout_ FLOW_CONTEXT** ppFlowContext)
+NTSTATUS KrnlHlprFlowContextDestroy(_Inout_ FLOW_CONTEXT** ppFlowContext)
{
#if DBG