Skip to content

Commit

Permalink
fix: Allow SOCKET type for winsock.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Dec 27, 2023
1 parent aa88206 commit 28874e2
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 @@ -66,6 +66,7 @@ tokens :-
<0> "IP_ADAPTER_INFO" { mkL IdStdType }
<0> "LPTSTR" { mkL IdStdType }
<0> "u_long" { mkL IdStdType }
<0> "SOCKET" { mkL IdStdType }
<0> "WSADATA" { mkL IdStdType }

-- System struct types.
Expand Down

0 comments on commit 28874e2

Please sign in to comment.