(getenv_internal) [WINDOWSNT]: Use strnicmp, not bcmp.
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Nov 1994 06:49:52 +0000 (06:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Nov 1994 06:49:52 +0000 (06:49 +0000)
commitbad95d8f8d11090f3d3e05709f06d1ef2d7dd288
tree16c9fc8ae966c061c9628169043944254e21cf04
parentf7975d0711438a8260199720072a3b8f0ad85325
(getenv_internal) [WINDOWSNT]: Use strnicmp, not bcmp.

(child_setup): Use IS_DIRECTORY_SEP.
[WINDOWSNT]: Call prepare_standard_handles.  Use spawnve.
Use reset_standard_handles.

(Fcall_process_region): Test DOS_NT, not MSDOS.
(Fcall_process) [WINDOWSNT]: Call pipe_with_inherited_out.
Use the return value of child_setup to get the child's pid;
don't call vfork etc. explicitly.

[WINDOWSNT]: Add includes.  Defone NOMINMAX, _P_NOWAIT.
(Vbinary_process_input, Vbinary_process_output)
(Qbuffer_file_type): Test DOS_NT, not MSDOS.
(syms_of_callproc): Test DOS_NT, not MSDOS.

(init_callproc): Test DOS_NT, not MSDOS.
src/callproc.c