- removed use of copystring in Dehacked code and cleaned up the list of includes in cmdlib.cpp
This commit is contained in:
parent
30577e8a50
commit
6bfdf904b9
2 changed files with 13 additions and 23 deletions
|
|
@ -22,18 +22,6 @@
|
|||
|
||||
// cmdlib.c (mostly borrowed from the Q2 source)
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <direct.h>
|
||||
#include <io.h>
|
||||
#else
|
||||
#include <dirent.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <pwd.h>
|
||||
#if !defined(__sun)
|
||||
#include <fts.h>
|
||||
#endif
|
||||
#endif
|
||||
#include "cmdlib.h"
|
||||
#include "i_system.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue