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

Need locking.h here for Borland C++ build

parent c2f0aded
No related branches found
No related tags found
No related merge requests found
Pipeline #7336 failed
......@@ -412,6 +412,7 @@ FILE *_fsopen(const char *pszFilename, const char *pszMode, int shmode)
#endif
#ifdef _WIN32
#include <sys/locking.h> /* _locking */
int xp_lockfile(int file, off_t offset, off_t size, bool block)
{
int i;
......
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