diff options
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 46802dd1eb0..3d2b9bdeeee 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -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> |
