new name after fork

This commit is contained in:
2026-01-05 23:12:38 -07:00
parent ca43595430
commit 4683ef705b
316 changed files with 5422 additions and 6141 deletions

View File

@@ -46,7 +46,7 @@
#include <unistd.h>
#endif
#include "hexchat.h"
#include "zoitechat.h"
#include "util.h"
#include "fe.h"
#include "outbound.h"
@@ -56,7 +56,7 @@
#include "server.h"
#include "text.h"
#include "url.h"
#include "hexchatc.h"
#include "zoitechatc.h"
/* Setting _FILE_OFFSET_BITS to 64 doesn't change lseek to use off64_t on Windows, so override lseek to the version that does */
#if defined(WIN32) && (!defined(__MINGW32__) && !defined(__MINGW64__))