mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Com_Printf: declare the function only if _COM_PRINTF is not defined
This commit is contained in:
parent
3e757e6a05
commit
9ef909be89
1 changed files with 4 additions and 0 deletions
|
@ -147,6 +147,8 @@ void Com_EndRedirect (void)
|
|||
rd_flush = NULL;
|
||||
}
|
||||
|
||||
#ifndef _COM_NOPRINTF
|
||||
|
||||
/*
|
||||
=============
|
||||
Com_Printf
|
||||
|
@ -249,6 +251,8 @@ void QDECL Com_DPrintf( const char *fmt, ...) {
|
|||
Com_Printf ("%s", msg);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
=============
|
||||
Com_Error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue