--- /dev/null
+@echo off
+
+cl /MT /std:c17 /TC /I include /I lib/common/include /I "C:\Program Files (x86)\OpenAL 1.1 SDK\include" /D_USRDLL /D_WINDLL modules\openal\onyx_openal.c /link "C:\Program Files (x86)\OpenAL 1.1 SDK\libs\Win64\OpenAL32.lib" /DLL /OUT:onyx_openal.dll
\ No newline at end of file
if (str_token != NULL) {
token_toggle_end(str_token);
include->name = bh_strdup(context.ast_alloc, str_token->text);
+ string_process_escape_seqs(include->name, include->name, strlen(include->name));
token_toggle_end(str_token);
}