diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-13 22:43:19 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-13 22:43:19 +0100 |
| commit | c255e8882448c2f1349f69a3b7f68f7778923e56 (patch) | |
| tree | ed710b19e1ea6617c1060d21aaeeb1f22c7f3fcb /src/mutex.h | |
| parent | 470eeff5bd98207c463aeec308de6046bf3f6ac9 (diff) | |
csv file import
Diffstat (limited to 'src/mutex.h')
| -rw-r--r-- | src/mutex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mutex.h b/src/mutex.h index 2ee6316..323b277 100644 --- a/src/mutex.h +++ b/src/mutex.h @@ -2,6 +2,7 @@ #define INCLUDE_MUTEX #if defined(_WIN32) +#define _CRT_SECURE_NO_WARNINGS #include <windows.h> #include <process.h> /* _beginthread, _endthread */ #include <stddef.h> |
