windows compile fix #4

I hate windows
This commit is contained in:
NepDisk 2025-01-08 12:13:25 -05:00
parent 6ca8fa92b2
commit 84320a7e39
3 changed files with 0 additions and 4 deletions

View file

@ -30,7 +30,6 @@
#endif
#include <time.h>
#include <string.h>
#include "doomdef.h"
#include "am_map.h"

View file

@ -147,11 +147,9 @@ int strlwr(char *n); // from dosstr.c
#include <stddef.h> // for size_t
#ifndef SRB2_HAVE_STRLCPY
#ifndef __cplusplus
size_t strlcat(char *dst, const char *src, size_t siz);
size_t strlcpy(char *dst, const char *src, size_t siz);
#endif
#endif
// Macro for use with char foo[FOOSIZE+1] type buffers.
// Never use this with a buffer that is a "char *" or passed

View file

@ -28,7 +28,6 @@
// Extended map support.
#include <ctype.h>
#include <string.h>
#include "doomdef.h"
#include "g_game.h"