summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/c-stat.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-01-31 00:37:08 +0000
committerKarl Berry <karl@freefriends.org>2010-01-31 00:37:08 +0000
commitfddb3638f20eff3f5c3a2f87103b8c1f330a637d (patch)
tree26e8107bf7dc9849f4727c8e5e2758106afe216d /Build/source/texk/kpathsea/c-stat.h
parentb251a1a9ddd70c3703f12bb312787f0406f368cd (diff)
reinstate win32lib.h and make other _WIN32-related changes, for compilation with MSVC 7.1; from Javier Mugica
git-svn-id: svn://tug.org/texlive/trunk@16876 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/c-stat.h')
-rw-r--r--Build/source/texk/kpathsea/c-stat.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Build/source/texk/kpathsea/c-stat.h b/Build/source/texk/kpathsea/c-stat.h
index 8d7210b3cf5..d222fd8de01 100644
--- a/Build/source/texk/kpathsea/c-stat.h
+++ b/Build/source/texk/kpathsea/c-stat.h
@@ -1,6 +1,6 @@
/* c-stat.h: declarations for using stat(2).
- Copyright 1993, 1996, 2008 Karl Berry.
+ Copyright 1993, 1996, 2008, 2010 Karl Berry.
Copyright 1998, 2000, 2005 Olaf Weber.
This library is free software; you can redistribute it and/or
@@ -22,10 +22,6 @@
#include <kpathsea/systypes.h>
#include <sys/stat.h>
-#if defined (WIN32) && !defined (__MINGW32__)
-#include <oldnames.h>
-#endif
-
/* POSIX predicates for testing file attributes. */
#if !defined (S_ISBLK) && defined (S_IFBLK)