mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Mingw fixes
This commit is contained in:
parent
89bfe402bd
commit
e47479b325
@ -9,9 +9,9 @@ IF (WITH_GUI)
|
||||
ENDIF (WITH_GUI)
|
||||
ADD_SUBDIRECTORY(providers)
|
||||
ADD_SUBDIRECTORY(crssync)
|
||||
IF(WIN32)
|
||||
IF(WIN32 AND NOT MINGW)
|
||||
ADD_SUBDIRECTORY(crashhandler)
|
||||
ENDIF(WIN32)
|
||||
ENDIF(WIN32 AND NOT MINGW)
|
||||
ADD_SUBDIRECTORY(test)
|
||||
|
||||
IF (WITH_DESKTOP)
|
||||
|
@ -71,15 +71,13 @@ class QgsStackTrace
|
||||
#ifdef _MSC_VER
|
||||
HANDLE process;
|
||||
HANDLE thread;
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
/**
|
||||
* Return a demangled stack backtrace of the caller function.
|
||||
*
|
||||
* \since QGIS 3.0
|
||||
*/
|
||||
static QgsStackTrace* trace( DWORD processID, DWORD threadID, struct _EXCEPTION_POINTERS *ExceptionInfo, QString symbolPath );
|
||||
static QgsStackTrace *trace( DWORD processID, DWORD threadID, struct _EXCEPTION_POINTERS *ExceptionInfo, QString symbolPath );
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
|
Loading…
x
Reference in New Issue
Block a user