commit | 73ab649ced480fc9f865712fb1c531ca964fc878 | [log] [tgz] |
---|---|---|
author | Peter Hunnisett <peter@transgaming.com> | Mon Feb 25 20:10:35 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Feb 25 20:10:35 2002 +0000 |
tree | 094e608f7ad8746497b1e9c5321d9682e1db1e2c | |
parent | d0a06ec7a5864cd78209c737edaa4d97624dbeed [diff] [blame] |
New file msvcrt/excpt.h. Move some stuff out of winnt.h into it.
diff --git a/include/windows.h b/include/windows.h index a041926..575dec7 100644 --- a/include/windows.h +++ b/include/windows.h
@@ -10,7 +10,7 @@ #else /* RC_INVOKED && !NOWINRES */ /* All the basic includes */ -/* #include "excpt.h" */ +#include "msvcrt/excpt.h" #include "windef.h" #include "winbase.h" #include "wingdi.h"