Skip to content

Commit 5eab1a0

Browse files
wdebkows-intelmarkgalvan-intel
authored andcommitted
[PresentMon][Provider] Fix for 32bit apps (#72)
On behalf of Mark Galvan
1 parent 3371b2c commit 5eab1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Provider/PresentMonProvider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ bool KeywordIsEnabled(
109109
return Keyword == 0ull || ((Keyword & MatchAnyKeyword) && ((Keyword & MatchAllKeyword) == MatchAllKeyword));
110110
}
111111

112-
void EnableCallback(
112+
void __stdcall EnableCallback(
113113
LPCGUID, // SourceId
114114
ULONG ControlCode,
115115
UCHAR Level,

0 commit comments

Comments
 (0)