diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-05 12:17:46 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-05 12:17:46 +0000 |
commit | cf96f1bf6a04728a506c82c1bb495b8a1a544c90 (patch) | |
tree | 99db3f2a1ef992c8fd5ef3ecd67bd3cfbfb9e490 /Build/source/texk/kpathsea/mingw32.h | |
parent | 9964883a99aa3dc79f536fe68f26471bebd9d669 (diff) |
part 2 of mingw32 patches from Taco
git-svn-id: svn://tug.org/texlive/trunk@12310 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/mingw32.h')
-rw-r--r-- | Build/source/texk/kpathsea/mingw32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/mingw32.h b/Build/source/texk/kpathsea/mingw32.h index 3bb7c4be362..8ce67b31347 100644 --- a/Build/source/texk/kpathsea/mingw32.h +++ b/Build/source/texk/kpathsea/mingw32.h @@ -60,6 +60,6 @@ typedef struct volume_info_data { void init_user_info (void); BOOL win32_get_long_filename (char *, char *, int); void set_home_warning (void); -BOOL look_for_cmd(const char *, char **, char **); +BOOL look_for_cmd(const char *, char **); #endif |