aboutsummaryrefslogtreecommitdiffstats
path: root/api/wintun.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/wintun.h')
-rw-r--r--api/wintun.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/wintun.h b/api/wintun.h
index 5176c2c..09d53b2 100644
--- a/api/wintun.h
+++ b/api/wintun.h
@@ -7,6 +7,7 @@
#include <Windows.h>
#include <IPExport.h>
+#include <ifdef.h>
#ifdef __cplusplus
extern "C" {
@@ -157,7 +158,7 @@ typedef void(WINAPI *WINTUN_GET_ADAPTER_GUID_FUNC)(_In_ WINTUN_ADAPTER_HANDLE Ad
*
* @param Luid Pointer to LUID to receive adapter LUID.
*/
-typedef void(WINAPI *WINTUN_GET_ADAPTER_LUID_FUNC)(_In_ WINTUN_ADAPTER_HANDLE Adapter, _Out_ LUID *Luid);
+typedef void(WINAPI *WINTUN_GET_ADAPTER_LUID_FUNC)(_In_ WINTUN_ADAPTER_HANDLE Adapter, _Out_ NET_LUID *Luid);
/**
* Returns the name of the Wintun adapter.