Repeat message - Why was the included patch rejected?
This message never seemed to make it to the list so here is a resend ========================================================== Anyone know why this patch wasn't applied ? I don't know about anyone else but I'm still getting va_list undeclared. Bob ---------- Forwarded Message ---------- Subject: [winternl.h]Add missing header file Date: Friday 11 November 2005 03:29 From: Sütő Gergely <geri(a)aplusnet.hu> To: wine-patches(a)winehq.org ChangeLog: Add a missing stdarg.h includes. This is my first patch please check it! :) BYe: Geri_ ------------------------------------------------------- winternl_h.diff
This message never seemed to make it to the list so here is a resend ==========================================================
Bob Hi Bob! I remember Your message, even with an answer from Alexandre. Maybe You've missed them ? Now copying Alexandre's reply:
--- copy begin ---
Anyone know why this patch wasn't applied ? I don't know about anyone else but I'm still getting va_list undeclared.
The stdarg.h include has to go in the C files that need it, not in the header since it's not in the Windows header. -- Alexandre Julliard julliard(a)winehq.org --- copy end ---
On Monday 21 November 2005 22:08, Pavel Troller wrote:
This message never seemed to make it to the list so here is a resend ==========================================================
Bob
Hi Bob! I remember Your message, even with an answer from Alexandre. Maybe You've missed them ? Now copying Alexandre's reply:
--- copy begin ---
Anyone know why this patch wasn't applied ? I don't know about anyone else but I'm still getting va_list undeclared.
The stdarg.h include has to go in the C files that need it, not in the header since it's not in the Windows header.
OK, This is the way I originally fixed it before this patch turned up, so I can generate the required 1/2 dozen patches tonight.
participants (2)
-
Pavel Troller -
Robert Lunnon