ad73ee177d
(including DOS, Windows 3.x and Win32 executables) on Unix. It consists of a program loader which loads and executes an Microsoft Windows binary, and a library that implements Windows API calls using their Unix or X11 equivalents. The library may also be used for porting Win32 code into native Unix executables.
14 lines
311 B
Text
14 lines
311 B
Text
$NetBSD: patch-ai,v 1.1.1.1 2008/11/21 17:40:31 adam Exp $
|
|
|
|
--- include/winternl.h.orig 2008-09-19 18:05:36.000000000 +0200
|
|
+++ include/winternl.h
|
|
@@ -22,6 +22,9 @@
|
|
#define __WINE_WINTERNL_H
|
|
|
|
#include <windef.h>
|
|
+#ifndef va_list
|
|
+#define va_list __builtin_va_list
|
|
+#endif
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|