mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 10:53:42 +00:00
Added missing definition.
svn path=/trunk/; revision=628
This commit is contained in:
parent
7bcdd2ea10
commit
5aaaad5c93
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ VOID DebugPrintf (LPTSTR szFormat, ...)
|
|||
{
|
||||
TCHAR szOut[512];
|
||||
va_list arg_ptr;
|
||||
DWORD dwWritten;
|
||||
|
||||
va_start (arg_ptr, szFormat);
|
||||
_vstprintf (szOut, szFormat, arg_ptr);
|
||||
|
|
|
@ -25,6 +25,7 @@ VOID DebugPrintf (LPTSTR szFormat, ...)
|
|||
{
|
||||
TCHAR szOut[512];
|
||||
va_list arg_ptr;
|
||||
DWORD dwWritten;
|
||||
|
||||
va_start (arg_ptr, szFormat);
|
||||
_vstprintf (szOut, szFormat, arg_ptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue