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

[project @ 1999-03-01 09:27:49 by sof]

mingw32 tweak
parent cb9eb074
No related merge requests found
/*
* (c) The GRASP/AQUA Project, Glasgow University, 1994-1998
*
* $Id: renameFile.c,v 1.3 1998/12/02 13:27:51 simonm Exp $
* $Id: renameFile.c,v 1.4 1999/03/01 09:27:49 sof Exp $
*
* renameFile Runtime Support
*/
......@@ -21,6 +21,11 @@
#include <fcntl.h>
#endif
#ifdef mingw32_TARGET_OS
#define O_NOCTTY 0
#endif
StgInt
renameFile(opath, npath)
StgByteArray opath;
......
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