summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-02-19 17:25:48 -0500
committerAndrew Opalach <andrew@akon.city> 2025-02-19 17:25:48 -0500
commitc4023623b89d7518c92f675f44355f5ae1196264 (patch)
tree0e9ce4794be8382cefca68e3490c9e55911cb675 /include
parent0e4440d9235da485a75e52466bbffe9511ba6d97 (diff)
downloadlibnaunet-c4023623b89d7518c92f675f44355f5ae1196264.tar.gz
libnaunet-c4023623b89d7518c92f675f44355f5ae1196264.tar.bz2
libnaunet-c4023623b89d7518c92f675f44355f5ae1196264.zip
Non-blocking read of multiplex id
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'include')
-rw-r--r--include/nnwt/windows.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/nnwt/windows.h b/include/nnwt/windows.h
new file mode 100644
index 0000000..66e9706
--- /dev/null
+++ b/include/nnwt/windows.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#ifndef NAUNET_ON_WINDOWS
+#error "Cannot include windows.h on other platforms."
+#endif
+
+#include "../../src/winwrap.h"