From bfdc93cdc5e03798e484986400bcfd0948db0e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Tue, 11 Oct 2011 19:13:40 +0200 Subject: [PATCH] dbghelp: Remove superfluous PATH_MAX defines. --- dlls/dbghelp/coff.c | 4 +--- dlls/dbghelp/dwarf.c | 3 --- dlls/dbghelp/elf_module.c | 3 --- dlls/dbghelp/msc.c | 4 +--- 4 files changed, 2 insertions(+), 12 deletions(-) diff --git a/dlls/dbghelp/coff.c b/dlls/dbghelp/coff.c index 9fc3ec990e7..54bd278b936 100644 --- a/dlls/dbghelp/coff.c +++ b/dlls/dbghelp/coff.c @@ -42,9 +42,7 @@ #ifdef HAVE_UNISTD_H # include #endif -#ifndef PATH_MAX -#define PATH_MAX MAX_PATH -#endif + #include #include "windef.h" #include "winbase.h" diff --git a/dlls/dbghelp/dwarf.c b/dlls/dbghelp/dwarf.c index 20bd08044c9..2a16650bccd 100644 --- a/dlls/dbghelp/dwarf.c +++ b/dlls/dbghelp/dwarf.c @@ -39,9 +39,6 @@ # include #endif #include -#ifndef PATH_MAX -#define PATH_MAX MAX_PATH -#endif #include #include diff --git a/dlls/dbghelp/elf_module.c b/dlls/dbghelp/elf_module.c index 969e8c045ab..e4c6e448152 100644 --- a/dlls/dbghelp/elf_module.c +++ b/dlls/dbghelp/elf_module.c @@ -42,9 +42,6 @@ #ifdef HAVE_UNISTD_H # include #endif -#ifndef PATH_MAX -#define PATH_MAX MAX_PATH -#endif #include "dbghelp_private.h" diff --git a/dlls/dbghelp/msc.c b/dlls/dbghelp/msc.c index 9f9a53eb267..53bf6bfd7c7 100644 --- a/dlls/dbghelp/msc.c +++ b/dlls/dbghelp/msc.c @@ -45,9 +45,7 @@ #ifdef HAVE_UNISTD_H # include #endif -#ifndef PATH_MAX -#define PATH_MAX MAX_PATH -#endif + #include #include "windef.h" #include "winbase.h"