mirror of https://github.com/BOINC/boinc.git
- WIN: Don't include the newer DBGHELP symbols in MinGW64.
(From Oliver Bock) lib/ stackwalker_imports.h svn path=/trunk/boinc/; revision=25986
This commit is contained in:
parent
13b6aefbd7
commit
abc3c85ce8
|
@ -5295,3 +5295,10 @@ David 3 Aug 2012
|
||||||
|
|
||||||
sched/
|
sched/
|
||||||
sched_send.cpp
|
sched_send.cpp
|
||||||
|
|
||||||
|
Rom 6 Aug 2012
|
||||||
|
- WIN: Don't include the newer DBGHELP symbols in MinGW64.
|
||||||
|
(From Oliver Bock)
|
||||||
|
|
||||||
|
lib/
|
||||||
|
stackwalker_imports.h
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
#define gle (GetLastError())
|
#define gle (GetLastError())
|
||||||
#define TTBUFLEN 8096 // for a temp buffer (2^13)
|
#define TTBUFLEN 8096 // for a temp buffer (2^13)
|
||||||
|
|
||||||
#if (defined(__CYGWIN32__) || defined(__MINGW32__)) && !defined(__MINGW64__)
|
#if (defined(__CYGWIN32__) || defined(__MINGW32__)) && !defined(__MINGW64_VERSION_MAJOR)
|
||||||
|
|
||||||
#define MAX_SYM_NAME 2000
|
#define MAX_SYM_NAME 2000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue