We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a4ea8 commit 47b5427Copy full SHA for 47b5427
src/os/win32/host-lib.c
@@ -67,6 +67,8 @@
67
#include "reb-host.h"
68
#include "host-lib.h"
69
70
+RL_LIB *RL; // Link back to reb-lib from embedded extensions (like for now: host-window, host-ext-test..)
71
+
72
// Semaphore lock to sync sub-task launch:
73
static void *Task_Ready;
74
src/os/win32/host-window.c
@@ -126,7 +126,7 @@ static REBOOL Windows8_And_Newer = FALSE;
126
127
static u32* window_ext_words;
128
129
-RL_LIB *RL; // Link back to reb-lib from embedded extensions
+extern RL_LIB *RL; // Link back to reb-lib from embedded extensions
130
131
//***** Globals *****//
132
0 commit comments