summaryrefslogtreecommitdiff
path: root/lib/version_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/version_win32.h')
-rw-r--r--lib/version_win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/version_win32.h b/lib/version_win32.h
index 9b1bd8887..f5bfef426 100644
--- a/lib/version_win32.h
+++ b/lib/version_win32.h
@@ -45,6 +45,7 @@ typedef enum {
/* This is used to verify if we are running on a specific windows version */
bool curlx_verify_windows_version(const unsigned int majorVersion,
const unsigned int minorVersion,
+ const unsigned int buildVersion,
const PlatformIdentifier platform,
const VersionCondition condition);