diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-15 23:09:25 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-15 23:09:25 +0100 |
| commit | 1e191607c478f2d6d78ae2b80855d05f877bd8bb (patch) | |
| tree | e28ff4ef5ccb3f82f16f029170952a550d43b507 /src/mutex.h | |
| parent | a8b2c1dc224c21f9ba37c0ec2f5a32e0890ff532 (diff) | |
NULL > nullptr
Diffstat (limited to 'src/mutex.h')
| -rw-r--r-- | src/mutex.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mutex.h b/src/mutex.h index 31a0026..a6a96e6 100644 --- a/src/mutex.h +++ b/src/mutex.h @@ -1,5 +1,4 @@ -#ifndef INCLUDE_MUTEX -#define INCLUDE_MUTEX +#pragma once #if defined(_WIN32) #define _CRT_SECURE_NO_WARNINGS @@ -53,5 +52,3 @@ void ts_mutex_lock(ts_mutex *ts_mutex); bool ts_mutex_trylock(ts_mutex *ts_mutex); void ts_mutex_unlock(ts_mutex *ts_mutex); void ts_mutex_destroy(ts_mutex *ts_mutex); - -#endif
\ No newline at end of file |
