diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-08-04 10:39:03 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-08-04 10:39:03 +0000 |
commit | 27b522d95b4dc039de771cc95471f84de5200e6e (patch) | |
tree | 3cc7cc6486c7034514ccef1389a7e958aa945ece /Build/source/texk/kpathsea/win32/mktexfmt.c | |
parent | 904d31cd2c7f0b13a281f0f1cb2fe0aa05a7b179 (diff) |
WIN32: Replace P_WAIT by _P_WAIT
git-svn-id: svn://tug.org/texlive/trunk@27306 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/win32/mktexfmt.c')
-rw-r--r-- | Build/source/texk/kpathsea/win32/mktexfmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/win32/mktexfmt.c b/Build/source/texk/kpathsea/win32/mktexfmt.c index 3b38aa038b7..826bedecba3 100644 --- a/Build/source/texk/kpathsea/win32/mktexfmt.c +++ b/Build/source/texk/kpathsea/win32/mktexfmt.c @@ -73,7 +73,7 @@ int main(int ac, char **av) strcpy(fullbin, texbindir); strcat(fullbin, "fmtutil.exe"); fprintf(stderr, "Running the command %s\n", fullbin); - spawnlp(P_WAIT, fullbin, "fmtutil", "--byfmt", av[1], NULL); + spawnlp(_P_WAIT, fullbin, "fmtutil", "--byfmt", av[1], NULL); /* END COMMAND */ |