From e1cfa9647bab2771d9ef9b020f5b90617a7799d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Mon, 3 Oct 2022 17:26:15 +0200 Subject: [PATCH] Added missing native type --- Nefarius.Peripherals.SerialPort/NativeMethods.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Nefarius.Peripherals.SerialPort/NativeMethods.txt b/Nefarius.Peripherals.SerialPort/NativeMethods.txt index c2b548f..e754077 100644 --- a/Nefarius.Peripherals.SerialPort/NativeMethods.txt +++ b/Nefarius.Peripherals.SerialPort/NativeMethods.txt @@ -1,4 +1,4 @@ -CreateFile +CreateFile GetHandleInformation SetCommState SetCommTimeouts @@ -13,4 +13,5 @@ EscapeCommFunction GetCommModemStatus GetOverlappedResult ClearCommError -GetCommProperties \ No newline at end of file +GetCommProperties +WIN32_ERROR \ No newline at end of file