; * src/emacs.c (default_PATH) [DOS_NT]: Add commentary.

This commit is contained in:
Eli Zaretskii 2025-07-27 18:45:03 +03:00
parent 64c93e188e
commit aef2d807e7

View file

@ -771,6 +771,9 @@ default_PATH (void)
path = buf;
#elif defined DOS_NT
/* This is not exactly what Windows does when there's no PATH (see
documentation of CreateProcessW), but it's a good-enough
approximation. */
path = strcpy (staticbuf, ".");
#endif
}