Commit 737d4be8 authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard

Move excpt.h out of include/msvcrt/ as it does not conflict with any

standard Unix header.
parent 12fbe313
......@@ -38,7 +38,7 @@
#include "winternl.h"
#include "wine/unicode.h"
#include "wine/exception.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
#include "wine/debug.h"
#include "file.h"
......
......@@ -46,7 +46,7 @@
#include "wine/exception.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
#include "console_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(console);
......
......@@ -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);
......
......@@ -34,7 +34,7 @@
#include "msvcrt.h"
#include "msvcrt/setjmp.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
#include "wine/debug.h"
......
......@@ -41,7 +41,7 @@
#include "winbase.h"
#include "winnt.h"
#include "winternl.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
WINE_DECLARE_DEBUG_CHANNEL(tid);
......
......@@ -33,7 +33,7 @@
#include "miscemu.h"
#include "wine/server.h"
#include "wine/debug.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
WINE_DEFAULT_DEBUG_CHANNEL(seh);
......
......@@ -22,7 +22,7 @@
#include "module.h"
#include "wine/exception.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(ntdll);
......
......@@ -42,7 +42,7 @@
#include "winternl.h"
#include "winreg.h"
#include "ntdll_misc.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
WINE_DEFAULT_DEBUG_CHANNEL(ntdll);
......
......@@ -36,7 +36,7 @@
#include "wine/winbase16.h"
#include "wine/winuser16.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
#include "wine/debug.h"
......
......@@ -52,7 +52,7 @@
#include "dosvm.h"
#include "stackframe.h"
#include "wine/debug.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
WINE_DEFAULT_DEBUG_CHANNEL(int);
WINE_DECLARE_DEBUG_CHANNEL(module);
......
......@@ -54,7 +54,7 @@
#include "shlwapi.h"
#include "wine/exception.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
#include "internet.h"
......
......@@ -52,7 +52,7 @@
#include "msdos.h"
#include "winternl.h"
#include "wine/server.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
#include "smb.h"
......
......@@ -43,6 +43,7 @@ WINDOWS_INCLUDES = \
dsdriver.h \
dshow.h \
dsound.h \
excpt.h \
fci.h \
fdi.h \
guiddef.h \
......@@ -170,7 +171,6 @@ MSVCRT_INCLUDES = \
msvcrt/dos.h \
msvcrt/eh.h \
msvcrt/errno.h \
msvcrt/excpt.h \
msvcrt/fcntl.h \
msvcrt/io.h \
msvcrt/locale.h \
......
......@@ -33,7 +33,7 @@
#else /* RC_INVOKED && !NOWINRES */
/* All the basic includes */
#include "msvcrt/excpt.h"
#include "excpt.h"
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
......
......@@ -42,7 +42,7 @@
#include "snoop.h"
#include "builtin16.h"
#include "stackframe.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
#include "wine/exception.h"
#include "wine/debug.h"
......
......@@ -42,7 +42,7 @@
#include "wine/debug.h"
#include "winerror.h"
#include "winnls.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
WINE_DEFAULT_DEBUG_CHANNEL(resource);
......
......@@ -47,7 +47,7 @@
#include "module.h"
#include "wine/debug.h"
#include "winerror.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
WINE_DEFAULT_DEBUG_CHANNEL(global);
......
......@@ -29,7 +29,7 @@
#include "wine/unicode.h"
#include "winerror.h"
#include "winnls.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(string);
......
......@@ -34,7 +34,7 @@
#include "winternl.h"
#include "winerror.h"
#include "wine/exception.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(virtual);
......
......@@ -32,7 +32,7 @@
#include "wine/exception.h"
#include "debugger.h"
#include "expr.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
static void mode_command(int);
int yylex(void);
......
......@@ -31,7 +31,7 @@
#include "winreg.h"
#include "wingdi.h"
#include "winuser.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
#include "wine/library.h"
DBG_PROCESS* DEBUG_CurrProcess = NULL;
......
......@@ -31,7 +31,7 @@
#include "stackframe.h"
#include "wine/debug.h"
#include "wine/exception.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
WINE_DEFAULT_DEBUG_CHANNEL(snoop);
......
......@@ -48,7 +48,7 @@
#include "wine/library.h"
#include "thread.h"
#include "stackframe.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
#include "wine/server.h"
#include "wine/unicode.h"
#include "wine/debug.h"
......
......@@ -59,7 +59,7 @@
#include "user.h"
#include "message.h"
#include "winerror.h"
#include "msvcrt/excpt.h"
#include "excpt.h"
WINE_DEFAULT_DEBUG_CHANNEL(cursor);
WINE_DECLARE_DEBUG_CHANNEL(icon);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment