We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5590e commit 26e7bdaCopy full SHA for 26e7bda
c/addfeatures/main.cpp
@@ -27,7 +27,7 @@
27
static char *progname; /* Program name */
28
static cbCtx cbctx; /* Client callback context */
29
30
-CTL_CDECL char *FDK_VERSION = "unknown"; // This variable lives here
+extern "C" char *FDK_VERSION = "unknown"; // This variable lives here
31
32
/* Conversion data */
33
static struct {
0 commit comments