]> code.delx.au - gnu-emacs/blobdiff - lib-src/ntlib.h
Fix cl-the test
[gnu-emacs] / lib-src / ntlib.h
index c30958365ca599eae498e9f6041a93f9950b6242..dbb0195a30b137eeb48464fd0d1c13bc17480626 100644 (file)
@@ -1,5 +1,5 @@
 /* Utility and Unix shadow routines for GNU Emacs support programs on NT.
-   Copyright (C) 1994, 2002-2013 Free Software Foundation, Inc.
+   Copyright (C) 1994, 2002-2014 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -69,7 +69,6 @@ int mkostemp (char * template, int flags);
 #define pipe    _pipe
 #undef read
 #define read    _read
-#undef rename
 #undef rmdir
 #define rmdir   _rmdir
 #undef unlink