mirror of
https://github.com/janet-lang/janet
synced 2025-09-08 05:46:06 +00:00
Fix typo in header.
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user