mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-16 17:51:31 +00:00
Take out the ifdef?
Signed-off-by: Nev3r <apophycens@gmail.com>
This commit is contained in:
parent
ec67c4cbd6
commit
7c44054aa3
1 changed files with 0 additions and 2 deletions
|
@ -26,7 +26,6 @@
|
|||
#include "lzf.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_ZLIB
|
||||
#ifndef _MSC_VER
|
||||
#ifndef _LARGEFILE64_SOURCE
|
||||
#define _LARGEFILE64_SOURCE
|
||||
|
@ -42,7 +41,6 @@
|
|||
#endif
|
||||
|
||||
#include "zlib.h"
|
||||
#endif // HAVE_ZLIB
|
||||
|
||||
#include "doomdef.h"
|
||||
#include "doomstat.h"
|
||||
|
|
Loading…
Reference in a new issue