From 64f39cd95d16342f3adb092cdf060e8e989b213a Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 3 Nov 2020 11:00:53 +0100 Subject: api: only return top two version nibbles Signed-off-by: Jason A. Donenfeld --- api/wintun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/wintun.h') diff --git a/api/wintun.h b/api/wintun.h index 09d53b2..d6b8444 100644 --- a/api/wintun.h +++ b/api/wintun.h @@ -190,7 +190,7 @@ typedef WINTUN_STATUS( * * @return The version number on success, or 0 if failure or Wintun not loaded. */ -typedef DWORDLONG(WINAPI *WINTUN_GET_VERSION_FUNC)(void); +typedef DWORD(WINAPI *WINTUN_GET_VERSION_FUNC)(void); typedef enum _WINTUN_LOGGER_LEVEL { -- cgit v1.2.3-59-g8ed1b