1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-25 12:47:42 +00:00

Update jpm path settings.

This will make it easier to use jpm as a per-project
management tool, as well as easier to set up individual
module trees.
This commit is contained in:
Calvin Rose
2019-12-12 19:35:40 -06:00
parent 9b7d642c38
commit c3f1b54171
3 changed files with 21 additions and 15 deletions

View File

@@ -472,7 +472,7 @@ error:
#ifdef JANET_WINDOWS
static DWORD janet_create_thread_wrapper(void *param) {
static DWORD WINAPI janet_create_thread_wrapper(LPVOID param) {
thread_worker((JanetMailbox *)param);
return 0;
}