Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
e4adeee8
Commit
e4adeee8
authored
Feb 25, 2022
by
Deucе
👌🏾
Browse files
Add a mingw32 compatible mode_t
parent
85d3f30f
Pipeline
#2785
failed with stage
in 9 minutes and 26 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/xpdev/filewrap.h
src/xpdev/filewrap.h
+1
-0
No files found.
src/xpdev/filewrap.h
View file @
e4adeee8
...
...
@@ -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__)
...
...
Rob Swindell
💬
@rswindell
mentioned in commit
cff6d991
·
Feb 25, 2022
mentioned in commit
cff6d991
mentioned in commit cff6d9918688352e8d41b19b446c56f58d42dab0
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment