mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
Fix (?) build
svn path=/trunk/; revision=41430
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user