summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/win32lib.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-13 05:55:26 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-13 05:55:26 +0000
commita1972ea07466ac3bd604731ea28a25d12d1b00f5 (patch)
tree39d170bf073f9c11c26d515d3675fd652da6127e /Build/source/texk/kpathsea/win32lib.h
parent7ed10038afbe1c706d74d769a3f87a18e84075fc (diff)
kpathsea: Reduce TL vs W32TeX diffs:
Skip compilation of of xf{seek,tell}o.c for MSVC Drop prototypes for xf{seek,tell}o() in win32lib.h, they are in lib.h git-svn-id: svn://tug.org/texlive/trunk@27020 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/win32lib.h')
-rw-r--r--Build/source/texk/kpathsea/win32lib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/win32lib.h b/Build/source/texk/kpathsea/win32lib.h
index fc14d55895b..da662f9bf04 100644
--- a/Build/source/texk/kpathsea/win32lib.h
+++ b/Build/source/texk/kpathsea/win32lib.h
@@ -264,8 +264,6 @@ extern KPSEDLL int pclose(FILE * f);
extern KPSEDLL int system(const char * cmd);
#endif /* KPSE_COMPAT_API */
-extern KPSEDLL void xfseek64 (FILE *f, __int64 offset, int wherefrom, const char *fname);
-extern KPSEDLL __int64 xftell64 (FILE *f, const char *fname);
extern KPSEDLL void texlive_gs_init(void);
extern KPSEDLL int getlongpath (char *output, char *input, int len);
extern KPSEDLL char *get_home_directory (void);