summaryrefslogtreecommitdiff
path: root/include/internal
diff options
context:
space:
mode:
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.
//
// =================================================================================================