Fix MinGW cross-build from Linux
This commit is contained in:
@@ -9,12 +9,11 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "epicsStackTracePvt.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "epicsThread.h"
|
||||
#include "epicsMutex.h"
|
||||
#include "errlog.h"
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "epicsStackTracePvt.h"
|
||||
#include "epicsStackTrace.h"
|
||||
|
||||
/* How many stack frames to capture */
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* Author: Till Straumann <strauman@slac.stanford.edu>, 2014
|
||||
*/
|
||||
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "epicsStackTracePvt.h"
|
||||
|
||||
Reference in New Issue
Block a user