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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user