From 6bd36896e7d5ab9d80a2be5fd2d097fdd4680b13 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Sun, 1 Dec 2013 14:26:08 +0000 Subject: 'libs/pbd' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) --- libs/pbd/pbd/abstract_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/pbd/pbd/abstract_ui.cc') diff --git a/libs/pbd/pbd/abstract_ui.cc b/libs/pbd/pbd/abstract_ui.cc index 9c405745ac..67c39b57e4 100644 --- a/libs/pbd/pbd/abstract_ui.cc +++ b/libs/pbd/pbd/abstract_ui.cc @@ -34,7 +34,7 @@ // if the type of object being contained has no appropriate comparison operators // defined (specifically, if operators '<' and '==' are undefined). This seems // to be the case with ptw32 'pthread_t' which is a simple struct. -DECLARE_DEFAULT_COMPARISONS(pthread_t) +DECLARE_DEFAULT_COMPARISONS(ptw32_handle_t) #endif using namespace std; -- cgit v1.2.3