dbghelp: Remove superfluous PATH_MAX defines.

This commit is contained in:
André Hentschel 2011-10-11 19:13:40 +02:00 committed by Alexandre Julliard
parent 212949f108
commit bfdc93cdc5
4 changed files with 2 additions and 12 deletions

View File

@ -42,9 +42,7 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifndef PATH_MAX
#define PATH_MAX MAX_PATH
#endif
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"

View File

@ -39,9 +39,6 @@
# include <unistd.h>
#endif
#include <stdio.h>
#ifndef PATH_MAX
#define PATH_MAX MAX_PATH
#endif
#include <assert.h>
#include <stdarg.h>

View File

@ -42,9 +42,6 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifndef PATH_MAX
#define PATH_MAX MAX_PATH
#endif
#include "dbghelp_private.h"

View File

@ -45,9 +45,7 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifndef PATH_MAX
#define PATH_MAX MAX_PATH
#endif
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"