Added missing native type

This commit is contained in:
Benjamin Höglinger-Stelzer 2022-10-03 17:26:15 +02:00
parent 4f7a5b3f7b
commit e1cfa9647b

View File

@ -1,4 +1,4 @@
CreateFile CreateFile
GetHandleInformation GetHandleInformation
SetCommState SetCommState
SetCommTimeouts SetCommTimeouts
@ -13,4 +13,5 @@ EscapeCommFunction
GetCommModemStatus GetCommModemStatus
GetOverlappedResult GetOverlappedResult
ClearCommError ClearCommError
GetCommProperties GetCommProperties
WIN32_ERROR