summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/ffs.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-12-01 14:26:08 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2013-12-01 14:26:08 +0000
commit6bd36896e7d5ab9d80a2be5fd2d097fdd4680b13 (patch)
tree0b3e7b3f769e3ff8d1fbde5139dbcaec0935ce23 /libs/pbd/pbd/ffs.h
parentb855e5f3220027502a3c88f189d511fe2a5a3c2b (diff)
'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)
Diffstat (limited to 'libs/pbd/pbd/ffs.h')
-rw-r--r--libs/pbd/pbd/ffs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/pbd/pbd/ffs.h b/libs/pbd/pbd/ffs.h
index 3a2eadfae7..f21fc82a39 100644
--- a/libs/pbd/pbd/ffs.h
+++ b/libs/pbd/pbd/ffs.h
@@ -20,8 +20,10 @@
#ifndef __libpbd_ffs_h__
#define __libpbd_ffs_h__
+#include "pbd/libpbd_visibility.h"
+
namespace PBD {
- int ffs(int x);
+ LIBPBD_API int ffs(int x);
}
#endif /* __libpbd_ffs_h__ */