Skip to content
Snippets Groups Projects
Commit b113320e authored by sof's avatar sof
Browse files

[project @ 1999-09-30 12:35:50 by sof]

more of same
parent beba8659
No related merge requests found
/*
* (c) The GRASP/AQUA Project, Glasgow University, 1994-1998
*
* $Id: renameFile.c,v 1.4 1999/03/01 09:27:49 sof Exp $
* $Id: renameFile.c,v 1.5 1999/09/30 12:35:50 sof Exp $
*
* renameFile Runtime Support
*/
......@@ -21,7 +21,7 @@
#include <fcntl.h>
#endif
#ifdef mingw32_TARGET_OS
#if defined(mingw32_TARGET_OS) && !defined(O_NOCTTY)
#define O_NOCTTY 0
#endif
......
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