Skip to content

Commit

Permalink
chore: Also add QueryPerformanceFrequency.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Dec 27, 2023
1 parent cdc4528 commit 0d7b6d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Language/Cimple/Lexer.x
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ tokens :-
<0> "GetTickCount" { mkL IdVar }
<0> "LocalFree" { mkL IdVar }
<0> "QueryPerformanceCounter" { mkL IdVar }
<0> "QueryPerformanceFrequency" { mkL IdVar }
<0> "SecureZeroMemory" { mkL IdVar }
<0> "WSAAddressToString" { mkL IdVar }
<0> "WSACleanup" { mkL IdVar }
Expand Down

0 comments on commit 0d7b6d3

Please sign in to comment.