Skip to content
Snippets Groups Projects
Commit cff6d991 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix sbbs-windows build

BCC error filewrap.h 77: Multiple declaration for 'mode_t'

Introduced in commit e4adeee8
parent e4adeee8
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -74,7 +74,9 @@
#ifndef DISABLE_MKSTEMP_DEFINE
#define mkstemp(t) _open(_mktemp(t), O_RDWR | O_CREAT | O_EXCL)
#endif
#if !defined(__BORLANDC__)
typedef short unsigned int mode_t;
#endif
#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