15 lines
310 B
Plaintext
15 lines
310 B
Plaintext
$NetBSD: patch-ak,v 1.1.1.1 2008/11/21 17:40:31 adam Exp $
|
|
|
|
--- include/winbase.h.orig 2008-09-19 18:05:36.000000000 +0200
|
|
+++ include/winbase.h
|
|
@@ -20,6 +20,9 @@
|
|
#define __WINE_WINBASE_H
|
|
|
|
#include <winerror.h>
|
|
+#ifndef va_list
|
|
+#define va_list __builtin_va_list
|
|
+#endif
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|