Loading lib/system_win32.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -49,7 +49,7 @@ typedef enum { } PlatformIdentifier; } PlatformIdentifier; /* We use our own typedef here since some headers might lack this */ /* We use our own typedef here since some headers might lack this */ typedef unsigned int(WINAPI *IF_NAMETOINDEX_FN)(char *); typedef unsigned int(WINAPI *IF_NAMETOINDEX_FN)(const char *); /* This is used instread of if_nametoindex if available on Windows */ /* This is used instread of if_nametoindex if available on Windows */ IF_NAMETOINDEX_FN Curl_if_nametoindex; IF_NAMETOINDEX_FN Curl_if_nametoindex; Loading Loading
lib/system_win32.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -49,7 +49,7 @@ typedef enum { } PlatformIdentifier; } PlatformIdentifier; /* We use our own typedef here since some headers might lack this */ /* We use our own typedef here since some headers might lack this */ typedef unsigned int(WINAPI *IF_NAMETOINDEX_FN)(char *); typedef unsigned int(WINAPI *IF_NAMETOINDEX_FN)(const char *); /* This is used instread of if_nametoindex if available on Windows */ /* This is used instread of if_nametoindex if available on Windows */ IF_NAMETOINDEX_FN Curl_if_nametoindex; IF_NAMETOINDEX_FN Curl_if_nametoindex; Loading