| commit | 737d4be8920395c1f2a9e32a3b0f17c4365cd09e | [log] [tgz] |
|---|---|---|
| author | Dimitrie O. Paun <dpaun@rogers.com> | Thu Dec 12 23:34:01 2002 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Dec 12 23:34:01 2002 +0000 |
| tree | b139bddc5247809523c73acb405e246e722fd63b | |
| parent | 12fbe313f2d08e354d034d0040a137d8fea1a574 [diff] [blame] |
Move excpt.h out of include/msvcrt/ as it does not conflict with any standard Unix header.
diff --git a/dlls/msvcrt/cppexcept.c b/dlls/msvcrt/cppexcept.c index 23075cc..851e5f1 100644 --- a/dlls/msvcrt/cppexcept.c +++ b/dlls/msvcrt/cppexcept.c
@@ -29,7 +29,7 @@ #include "winternl.h" #include "msvcrt.h" #include "wine/exception.h" -#include "msvcrt/excpt.h" +#include "excpt.h" #include "wine/debug.h" WINE_DEFAULT_DEBUG_CHANNEL(seh);