mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +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 <ctype.h>
|
||||
#include <signal.h>
|
||||
#ifdef WIN32
|
||||
#include <process.h> /* getpid() */
|
||||
#include <io.h> /* access() */
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifndef TEMPDIR
|
||||
#define TEMPDIR "/tmp"
|
||||
|
|
Loading…
Reference in a new issue