Changeset 219 in Main for trunk/Common/dir.c


Ignore:
Timestamp:
Oct 3, 2024, 5:40:37 AM (6 weeks ago)
Author:
Nishi
Message:

add watcom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/dir.c

    r215 r219  
    66
    77#include <sys/stat.h>
    8 #ifndef _MSC_VER
     8#if !defined(_MSC_VER) && !defined(__WATCOMC__)
    99#include <dirent.h>
     10#elif defined(__WATCOMC__)
     11#include <direct.h>
    1012#endif
    1113#include <stdlib.h>
Note: See TracChangeset for help on using the changeset viewer.