Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
bfdc93cd
Commit
bfdc93cd
authored
Oct 11, 2011
by
André Hentschel
Committed by
Alexandre Julliard
Oct 11, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbghelp: Remove superfluous PATH_MAX defines.
parent
212949f1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
12 deletions
+2
-12
coff.c
dlls/dbghelp/coff.c
+1
-3
dwarf.c
dlls/dbghelp/dwarf.c
+0
-3
elf_module.c
dlls/dbghelp/elf_module.c
+0
-3
msc.c
dlls/dbghelp/msc.c
+1
-3
No files found.
dlls/dbghelp/coff.c
View file @
bfdc93cd
...
@@ -42,9 +42,7 @@
...
@@ -42,9 +42,7 @@
#ifdef HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
# include <unistd.h>
# include <unistd.h>
#endif
#endif
#ifndef PATH_MAX
#define PATH_MAX MAX_PATH
#endif
#include <stdarg.h>
#include <stdarg.h>
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
...
...
dlls/dbghelp/dwarf.c
View file @
bfdc93cd
...
@@ -39,9 +39,6 @@
...
@@ -39,9 +39,6 @@
# include <unistd.h>
# include <unistd.h>
#endif
#endif
#include <stdio.h>
#include <stdio.h>
#ifndef PATH_MAX
#define PATH_MAX MAX_PATH
#endif
#include <assert.h>
#include <assert.h>
#include <stdarg.h>
#include <stdarg.h>
...
...
dlls/dbghelp/elf_module.c
View file @
bfdc93cd
...
@@ -42,9 +42,6 @@
...
@@ -42,9 +42,6 @@
#ifdef HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
# include <unistd.h>
# include <unistd.h>
#endif
#endif
#ifndef PATH_MAX
#define PATH_MAX MAX_PATH
#endif
#include "dbghelp_private.h"
#include "dbghelp_private.h"
...
...
dlls/dbghelp/msc.c
View file @
bfdc93cd
...
@@ -45,9 +45,7 @@
...
@@ -45,9 +45,7 @@
#ifdef HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
# include <unistd.h>
# include <unistd.h>
#endif
#endif
#ifndef PATH_MAX
#define PATH_MAX MAX_PATH
#endif
#include <stdarg.h>
#include <stdarg.h>
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment