ff1ddf2e12
- A bunch of OLE fixes and improvements. - DirectSound improvements, including full duplex support. - Fix for the Windows metafile vulnerability. - Many static control improvements. - Some fixes for copy protection support. - Lots of bug fixes.
12 lines
268 B
Text
12 lines
268 B
Text
$NetBSD: patch-ai,v 1.8 2006/01/20 14:58:53 adam Exp $
|
|
|
|
--- include/winternl.h.orig 2005-11-11 09:56:44.000000000 +0100
|
|
+++ include/winternl.h
|
|
@@ -22,6 +22,7 @@
|
|
#define __WINE_WINTERNL_H
|
|
|
|
#include <windef.h>
|
|
+#include <stdarg.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|