mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
ifdef server only so that it can be compiled as just annother file
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@130 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f3beabcfef
commit
7ed4086431
1 changed files with 5 additions and 1 deletions
|
@ -20,6 +20,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include <sys/types.h>
|
||||
#include <sys/timeb.h>
|
||||
#include "qwsvdef.h"
|
||||
|
||||
#ifdef SERVERONLY
|
||||
|
||||
#include <winsock.h>
|
||||
#include <conio.h>
|
||||
|
||||
|
@ -824,4 +827,5 @@ void CreateSampleService(qboolean create)
|
|||
return;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue