*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>