diff options
Diffstat (limited to 'include/apr_portable.h')
-rw-r--r-- | include/apr_portable.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/apr_portable.h b/include/apr_portable.h index 24683fcd3..5eec7971d 100644 --- a/include/apr_portable.h +++ b/include/apr_portable.h @@ -103,8 +103,6 @@ typedef FILETIME apr_os_imp_time_t; typedef SYSTEMTIME apr_os_exp_time_t; #elif defined(OS2) -#define INCL_DOS -#include <os2.h> typedef HFILE apr_os_file_t; typedef HDIR apr_os_dir_t; typedef int apr_os_sock_t; |