summaryrefslogtreecommitdiff
path: root/include/internal
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-03-23 20:49:28 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2016-03-23 20:49:28 +0100
commit49822c8ead3313e88a08f31162870e88f8ad2bb5 (patch)
tree675c4cb2998b3e449fd39255fc02fa6a28b588b0 /include/internal
parent706c6987c6044d49770874e5752968a3384a5300 (diff)
Fixed the C-api export to be able to properly build a DLL on Windows
Diffstat (limited to 'include/internal')
-rw-r--r--include/internal/public_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/internal/public_api.h b/include/internal/public_api.h
index ed3f1e29..08a55c6a 100644
--- a/include/internal/public_api.h
+++ b/include/internal/public_api.h
@@ -8,6 +8,8 @@
// Cedric Nugteren <www.cedricnugteren.nl>
//
// This file provides macro's to define the public API. This is needed when building a Windows DLL.
+// Note: this is only used for the C++ interface, the C interface has its own definition included in
+// the header file itself.
//
// =================================================================================================