diff options
Diffstat (limited to 'src/include/port/win32.h')
-rw-r--r-- | src/include/port/win32.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/include/port/win32.h b/src/include/port/win32.h index 7f4c97c582e..d343f606924 100644 --- a/src/include/port/win32.h +++ b/src/include/port/win32.h @@ -1,8 +1,8 @@ -# define JMP_BUF -# define NEED_SIG_JMP -# define NO_UNISTD_H -# define USES_WINSOCK -# define NOFILE 100 -# ifndef MAXPATHLEN -# define MAXPATHLEN 250 -# endif +#define JMP_BUF +#define NEED_SIG_JMP +#define NO_UNISTD_H +#define USES_WINSOCK +#define NOFILE 100 +#ifndef MAXPATHLEN +#define MAXPATHLEN 250 +#endif |