diff options
Diffstat (limited to 'src/sysdep.c')
| -rw-r--r-- | src/sysdep.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 81529fc7d9b..6d1ed3aeb86 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -52,9 +52,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 52 | #define read sys_read | 52 | #define read sys_read |
| 53 | #define write sys_write | 53 | #define write sys_write |
| 54 | #include <windows.h> | 54 | #include <windows.h> |
| 55 | #ifndef NULL | ||
| 56 | #define NULL 0 | ||
| 57 | #endif | ||
| 58 | #endif /* not WINDOWSNT */ | 55 | #endif /* not WINDOWSNT */ |
| 59 | 56 | ||
| 60 | #include <sys/types.h> | 57 | #include <sys/types.h> |