commit | e37c6e18d091befb432c3b373acbdfc188b66448 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Sep 05 23:08:26 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Sep 05 23:08:26 2003 +0000 |
tree | d7a0324f9085a6df1009f646c8191ac0ed49aa25 | |
parent | d937dc2963a8a1686bbbbb0a5ae1b1cf00b07f2d [diff] [blame] |
Fixed header dependencies to be fully compatible with the Windows headers (with help from Dimitrie O. Paun).
diff --git a/dlls/msvcrt/cppexcept.c b/dlls/msvcrt/cppexcept.c index 36fdc24..cfbb7cd 100644 --- a/dlls/msvcrt/cppexcept.c +++ b/dlls/msvcrt/cppexcept.c
@@ -26,6 +26,11 @@ #include "config.h" #include "wine/port.h" +#include <stdarg.h> + +#include "windef.h" +#include "winbase.h" +#include "winreg.h" #include "winternl.h" #include "msvcrt.h" #include "wine/exception.h"