1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-26 15:10:50 -08:00

*src/sysdep.c: Fix a comment.

This commit is contained in:
Eli Zaretskii 2016-12-09 19:04:36 +02:00
parent a708a5c6bd
commit ad03e7af8b

View file

@ -63,7 +63,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define STDERR_FILENO fileno(GetStdHandle(STD_ERROR_HANDLE))
#endif
#include "w32.h"
#endif /* not WINDOWSNT */
#endif /* WINDOWSNT */
#include <sys/types.h>
#include <sys/stat.h>