1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-07 19:13:02 +00:00

Try to remove build issues on windows.

This commit is contained in:
Calvin Rose
2018-12-08 17:20:24 -05:00
parent 3b94adc7f3
commit 6185af7227
4 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@
/* Generated bytes */
extern const unsigned char *janet_gen_core;
extern size_t janet_gen_core_size;
extern int32_t janet_gen_core_size;
/* Use LoadLibrary on windows or dlopen on posix to load dynamic libaries
* with native code. */