Skip to content
Snippets Groups Projects
Commit e4adeee8 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add a mingw32 compatible mode_t

parent 85d3f30f
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2785 failed
......@@ -74,6 +74,7 @@
#ifndef DISABLE_MKSTEMP_DEFINE
#define mkstemp(t) _open(_mktemp(t), O_RDWR | O_CREAT | O_EXCL)
#endif
typedef short unsigned int mode_t;
#elif defined(__unix__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment