mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
Replace some defines with more portable ones.
This commit is contained in:
parent
58a1dd7209
commit
2073ab6365
2 changed files with 74 additions and 182 deletions
|
|
@ -866,7 +866,7 @@ void PatcherRunnable::run()
|
|||
|
||||
/// Preload MD5 hashes of existing patch files on server
|
||||
#ifndef _WIN32
|
||||
#include <sys/dir.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
void Patcher::LoadPatchesInfo()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue