1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-14 14:27:13 +00:00

Update windows builds for raw-natives.

This commit is contained in:
Calvin Rose
2022-06-06 13:08:12 -05:00
parent 74348ab6c2
commit 986e36720e
2 changed files with 1 additions and 1 deletions

View File

@@ -55,7 +55,6 @@ typedef int Clib;
typedef HINSTANCE Clib;
#define load_clib(name) LoadLibrary((name))
#define free_clib(c) FreeLibrary((c))
#elif defined(JANET_WINDOWS)
#define symbol_clib(lib, sym) GetProcAddress((lib), (sym))
static char error_clib_buf[256];
static char *error_clib(void) {