1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-28 09:20:26 +00:00

Fix typo in header.

This commit is contained in:
Calvin Rose 2021-08-20 18:53:22 -05:00
parent 01b7891347
commit d631d29cb4

View File

@ -324,7 +324,7 @@ typedef struct {
#include <winsock2.h> #include <winsock2.h>
#endif #endif
#include <windows.h> #include <windows.h>
typedef CRTICAL_SECTION JanetOSMutex; typedef CRITICAL_SECTION JanetOSMutex;
#else #else
#include <pthread.h> #include <pthread.h>
typedef pthread_mutex_t JanetOSMutex; typedef pthread_mutex_t JanetOSMutex;