util.c drop pointless undef comment

This commit is contained in:
Viktor Szakats 2025-07-15 02:11:48 +02:00
parent 143405cc90
commit d896613c23
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -153,7 +153,7 @@ static void win32_cleanup(void)
{
#ifdef USE_WINSOCK
WSACleanup();
#endif /* USE_WINSOCK */
#endif
/* flush buffers of all streams regardless of their mode */
_flushall();