|
|
|
|
@ -50,3 +50,14 @@ Index: programs/Makefile.in
|
|
|
|
|
winevdm.exe$(DLLEXT) \
|
|
|
|
|
winhelp.exe$(DLLEXT) \
|
|
|
|
|
winver.exe$(DLLEXT)
|
|
|
|
|
Index: include/winternl.h
|
|
|
|
|
--- include/winternl.h.orig 2005-11-07 12:14:45 +0100
|
|
|
|
|
+++ include/winternl.h 2005-11-12 20:05:19 +0100
|
|
|
|
|
@@ -22,6 +22,7 @@
|
|
|
|
|
#define __WINE_WINTERNL_H
|
|
|
|
|
|
|
|
|
|
#include <windef.h>
|
|
|
|
|
+#include <stdarg.h>
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
|