mirror of
git://sigrok.org/libserialport
synced 2023-08-10 21:13:24 +03:00
libserialport.h.in: Drop unneeded <windows.h> #include.
This is not needed and would pollute the namespace of every libserialport user on Windows.
This commit is contained in:
parent
13efecf888
commit
e4f44cf5f2
@ -85,9 +85,6 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#ifdef _WIN32
|
|
||||||
#include <windows.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/** Return values. */
|
/** Return values. */
|
||||||
enum sp_return {
|
enum sp_return {
|
||||||
|
Loading…
Reference in New Issue
Block a user