engine: platform: stub Sys_DebuggerPresent on unsupported platforms

This commit is contained in:
Alibek Omarov
2024-02-27 05:17:01 +03:00
parent 43bd73f37b
commit 24f23908be
3 changed files with 12 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ static pid_t gettid( void )
static void *g_hsystemd;
static int (*g_pfn_sd_notify)( int unset_environment, const char *state );
qboolean Sys_DebuggerPresent( void )
qboolean Platform_DebuggerPresent( void )
{
char buf[4096];
ssize_t num_read;