]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - net_wins.c
updated to version 1.50, build 75.
[xonotic/darkplaces.git] / net_wins.c
index 3c5a773baad675113f75f9b7e564f4eb8c48dcd9..0d5265ed4657df7b6f5a4d26aca726e11bb25e67 100644 (file)
@@ -129,7 +129,7 @@ int WINS_Init (void)
        
        if (hInst == NULL)
        {
-               Con_SafePrintf ("Failed to load winsock.dll\n");
+               Con_SafePrintf ("Failed to load wsock32.dll\n");
                winsock_lib_initialized = false;
                return -1;
        }
@@ -156,7 +156,7 @@ int WINS_Init (void)
                !pgethostname || !pgethostbyname || !pgethostbyaddr ||
                !pgetsockname)
        {
-               Con_SafePrintf ("Couldn't GetProcAddress from winsock.dll\n");
+               Con_SafePrintf ("Couldn't GetProcAddress from wsock32.dll\n");
                return -1;
        }