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:
parent
01b7891347
commit
d631d29cb4
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user