aboutsummaryrefslogtreecommitdiff
path: root/lib/system_win32.h
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2019-02-28 03:03:00 -0500
committerJay Satiro <raysatiro@yahoo.com>2019-03-02 01:49:48 -0500
commitdb374c50db4df17d528c0383c8928cd9c7fb0e97 (patch)
tree1b10302b6e7db1c802f0d2fb61c11f5b80d1426d /lib/system_win32.h
parent8754ddb85daf0d4eeae985b1ba954745b6f360fd (diff)
system_win32: move win32_init here from easy.c
.. since system_win32 is a more appropriate location for the functions and to extern the globals. Ref: https://github.com/curl/curl/commit/ca597ad#r32446578 Reported-by: Gisle Vanem Closes https://github.com/curl/curl/pull/3625
Diffstat (limited to 'lib/system_win32.h')
-rw-r--r--lib/system_win32.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/system_win32.h b/lib/system_win32.h
index 1e772856b..926328a9a 100644
--- a/lib/system_win32.h
+++ b/lib/system_win32.h
@@ -26,6 +26,12 @@
#if defined(WIN32)
+extern LARGE_INTEGER Curl_freq;
+extern bool Curl_isVistaOrGreater;
+
+CURLcode Curl_win32_init(long flags);
+void Curl_win32_cleanup(long init_flags);
+
/* Version condition */
typedef enum {
VERSION_LESS_THAN,