| commit | fcba601cf48f3d521d2305431a96baae363ad793 | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@free.fr> | Mon May 07 18:18:33 2001 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon May 07 18:18:33 2001 +0000 |
| tree | 16badee6f4e22e99b75c7354f74842dcc6cd1065 | |
| parent | 0e85f54db76bdea433eb82f172a24fe914bc64ff [diff] [blame] |
RC_INVOKED (&NOWINRES) special cases.
diff --git a/include/msvcrt/stdio.h b/include/msvcrt/stdio.h index ef51591..f433af6 100644 --- a/include/msvcrt/stdio.h +++ b/include/msvcrt/stdio.h
@@ -8,7 +8,9 @@ #ifndef __WINE_STDIO_H #define __WINE_STDIO_H +#ifndef RC_INVOKED #include <stdarg.h> +#endif #include "msvcrt/wctype.h" /* For wint_t */