- 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:
Rom Walton 2012-08-06 15:39:37 +00:00
parent 13b6aefbd7
commit abc3c85ce8
2 changed files with 8 additions and 1 deletions

View File

@ -5295,3 +5295,10 @@ David 3 Aug 2012
sched/
sched_send.cpp
Rom 6 Aug 2012
- WIN: Don't include the newer DBGHELP symbols in MinGW64.
(From Oliver Bock)
lib/
stackwalker_imports.h

View File

@ -21,7 +21,7 @@
#define gle (GetLastError())
#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