mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
Fix (?) build
svn path=/trunk/; revision=41430
This commit is contained in:
parent
8f85d133fc
commit
c7664e0070
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ extern "C" {
|
|||
#define __va_copy(d,s) ((void)((d) = (s)))
|
||||
#endif
|
||||
|
||||
#if !defined(__STRICT_ANSI__) || __STDC_VERSION__ + 0 >= 199900L
|
||||
#if !defined(va_copy) && (!defined(__STRICT_ANSI__) || __STDC_VERSION__ + 0 >= 199900L)
|
||||
#define va_copy(d,s) __va_copy((d),(s))
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue