| 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/files/dos_fs.c b/files/dos_fs.c index f3f3aae..ff756fc 100644 --- a/files/dos_fs.c +++ b/files/dos_fs.c
@@ -35,6 +35,7 @@ #include "ntddk.h" #include "options.h" #include "wine/server.h" +#include "msvcrt/excpt.h" #include "debugtools.h"