GCC-13 support, when precompiled headers are off

This commit is contained in:
Ștefan Talpalaru 2024-02-05 02:06:28 +01:00 committed by Christoph Oelckers
commit b5eb8f47db
11 changed files with 14 additions and 2 deletions

View file

@ -35,8 +35,9 @@
bool gameisdead;
#ifdef _WIN32
#include <cstdarg>
#ifdef _WIN32
#include <windows.h>
#include "zstring.h"
void I_DebugPrint(const char *cp)