]> sigrok.org Git - libserialport.git/blobdiff - libserialport_internal.h
windows: -no-undefined is required to make a DLL.
[libserialport.git] / libserialport_internal.h
index 9d582f8e72fbef5a1009b2f31d234ddedd737be1..031ffeffde76150fcb3b5e6d4af4426dad19a114 100644 (file)
 #include <stdio.h>
 #include <stdarg.h>
 #ifdef _WIN32
+#include <initguid.h>
+
 #include <windows.h>
 #include <tchar.h>
 #include <setupapi.h>
 #include <cfgmgr32.h>
 #include <usbioctl.h>
+#include <usbiodef.h>
 #else
 #include <limits.h>
 #include <termios.h>