diff options
| author | Elaine Houha <[email protected]> | 2024-02-13 10:20:28 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-13 10:20:28 -0800 |
| commit | 680f276a600ba62925776e02b57b72513e1e9908 (patch) | |
| tree | 7a0041eb26070585dd38c1571182fe6c35288361 /network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.cpp | |
| parent | dae7c2a1984844ba300fe085b231ac61925344b8 (diff) | |
Part 2: WfpSampler now compiles on both EWDKs (#1108)
* compiles on both EWDKs needed for all 5 Samples
* fixes the debug build which broke during merge conflict resolution
* Update exclusions.csv
---------
Co-authored-by: Elaine Houha <[email protected]>
Co-authored-by: JakobL-MSFT <[email protected]>
Diffstat (limited to 'network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.cpp')
| -rw-r--r-- | network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.cpp b/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.cpp index 78db3cdb..8ee9072c 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.cpp +++ b/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.cpp @@ -67,7 +67,7 @@ INT64 g_OutstandingNBLReferences = 0; _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprClassifyDataReleaseLocalCopy(_Inout_ CLASSIFY_DATA* pClassifyData) +VOID KrnlHlprClassifyDataReleaseLocalCopy(_Inout_ CLASSIFY_DATA* pClassifyData) { #if DBG |
