We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da44ed commit 48b9ea4Copy full SHA for 48b9ea4
lib/system_win32.h
@@ -49,7 +49,7 @@ typedef enum {
49
} PlatformIdentifier;
50
51
/* We use our own typedef here since some headers might lack this */
52
-typedef unsigned int(WINAPI *IF_NAMETOINDEX_FN)(char *);
+typedef unsigned int(WINAPI *IF_NAMETOINDEX_FN)(const char *);
53
54
/* This is used instread of if_nametoindex if available on Windows */
55
IF_NAMETOINDEX_FN Curl_if_nametoindex;
0 commit comments