mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 13:46:17 +00:00
Fix a typo
svn path=/branches/ros-amd64-bringup/; revision=46367
This commit is contained in:
parent
6716492137
commit
4cc2109701
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ extern "C" {
|
|||
#define __va_copy(d,s) __builtin_va_copy(d,s)
|
||||
#elif defined(_MSC_VER)
|
||||
|
||||
#if defiend(_M_IX86)
|
||||
#if defined(_M_IX86)
|
||||
#define _crt_va_start(v,l) ((void)((v) = (va_list)_ADDRESSOF(l) + _INTSIZEOF(l)))
|
||||
#define _crt_va_arg(v,l) (*(l *)(((v) += _INTSIZEOF(l)) - _INTSIZEOF(l)))
|
||||
#define _crt_va_end(v) ((void)((v) = (va_list)0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue