mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-01-05 16:30:51 +00:00
Windows header files for q3lcc
This commit is contained in:
parent
36f65fd7c5
commit
a82fb6d1b1
1 changed files with 5 additions and 0 deletions
|
@ -11,7 +11,12 @@ static char rcsid[] = "Id: dummy rcsid";
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
#ifdef WIN32
|
||||||
|
#include <process.h> /* getpid() */
|
||||||
|
#include <io.h> /* access() */
|
||||||
|
#else
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef TEMPDIR
|
#ifndef TEMPDIR
|
||||||
#define TEMPDIR "/tmp"
|
#define TEMPDIR "/tmp"
|
||||||
|
|
Loading…
Reference in a new issue