Gerald Pfeifer : advapi32: Include <stdarg.h> since winbase.h expects va_list.

Alexandre Julliard julliard at winehq.org
Mon Nov 27 15:05:39 CST 2017


Module: wine
Branch: master
Commit: 8b8b6d545dd4b8665d3d66661f7631472a827a78
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8b8b6d545dd4b8665d3d66661f7631472a827a78

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Sat Nov 25 15:43:13 2017 +0100

advapi32: Include <stdarg.h> since winbase.h expects va_list.

Signed-off-by: Gerald Pfeifer <gerald at pfeifer.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/advapi32/perf.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/advapi32/perf.c b/dlls/advapi32/perf.c
index 754af2a..6712eae 100644
--- a/dlls/advapi32/perf.c
+++ b/dlls/advapi32/perf.c
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#include <stdarg.h>
 #include <stdio.h>
 
 #include "windef.h"




More information about the wine-cvs mailing list