fix(Minecraft.Client):

This commit is contained in:
Mohamed Ashraf
2026-03-03 19:26:28 +04:00
parent 148e94e9bf
commit c422f0e587
3 changed files with 26 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
#include "stdafx.h"
#define CDECL
//--------------------------------------------------------------------------------------
// Name: DebugSpewV()
// Desc: Internal helper function
@@ -7,7 +9,7 @@
#ifndef _CONTENT_PACKAGE
static VOID DebugSpewV( const CHAR* strFormat, const va_list pArgList )
{
#if defined __PS3__ || defined __ORBIS__ || defined __PSVITA__
#if defined __PS3__ || defined __ORBIS__ || defined __PSVITA__ || defined(__linux__)
assert(0);
#else
CHAR str[2048];