Replace some defines with more portable ones.

This commit is contained in:
derex 2008-10-16 21:38:42 +03:00
parent 58a1dd7209
commit 2073ab6365
2 changed files with 74 additions and 182 deletions

View file

@ -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()
{