mirror of
https://github.com/janet-lang/janet
synced 2024-12-27 00:40:26 +00:00
Fix typo in header.
This commit is contained in:
parent
01b7891347
commit
d631d29cb4
@ -324,7 +324,7 @@ typedef struct {
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
#include <windows.h>
|
||||
typedef CRTICAL_SECTION JanetOSMutex;
|
||||
typedef CRITICAL_SECTION JanetOSMutex;
|
||||
#else
|
||||
#include <pthread.h>
|
||||
typedef pthread_mutex_t JanetOSMutex;
|
||||
|
Loading…
Reference in New Issue
Block a user