mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 21:26:26 +01:00
Minor changes to ensure that MSVC knows about 'CaptureStackBackTrace()'
This commit is contained in:
parent
8587fef16a
commit
e29fd9a2fd
3 changed files with 20 additions and 2 deletions
|
|
@ -28,6 +28,10 @@
|
|||
#include "pbd/libpbd_visibility.h"
|
||||
#include "pbd/timing.h"
|
||||
|
||||
#if defined(COMPILER_MSVC) && !defined(PTW32_VERSION)
|
||||
#include <ardourext/pthread.h> // Gets us 'PTW32_VERSION'
|
||||
#endif
|
||||
|
||||
namespace PBD {
|
||||
|
||||
typedef std::bitset<128> DebugBits;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue