diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-11 10:10:34 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-11 10:10:34 +0000 |
commit | 0a379f3570e256634fa48b143b6a46bf508eb150 (patch) | |
tree | 1343ba8a25c16b71c62353b24a01bf3070d99c56 /Build/source/texk/kpathsea/mingw32.h | |
parent | ce51c79c2c2f0d62a7f86a7d0e760d9c711e5dbf (diff) |
unexport libkpathsea internal function prototypes
git-svn-id: svn://tug.org/texlive/trunk@16967 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/mingw32.h')
-rw-r--r-- | Build/source/texk/kpathsea/mingw32.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/mingw32.h b/Build/source/texk/kpathsea/mingw32.h index f4acbc9ce01..c8c492a8b94 100644 --- a/Build/source/texk/kpathsea/mingw32.h +++ b/Build/source/texk/kpathsea/mingw32.h @@ -42,10 +42,14 @@ && IS_DIR_SEP(*(name+1)) && isalnum(*(name+2))) #endif +#ifdef MAKE_KPSE_DLL /* libkpathsea internal only */ + extern void init_user_info (void); extern void set_home_warning (void); extern BOOL win32_get_long_filename (char *, char *, int); extern BOOL look_for_cmd (const char *, char **); extern char *quote_args(char **); +#endif /* MAKE_KPSE_DLL */ + #endif |