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


Ignore:
Timestamp:
Oct 14, 2024, 7:01:02 PM (5 weeks ago)
Author:
Nishi
Message:

wip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/dir.c

    r292 r315  
    77#include <sys/stat.h>
    88#if !defined(_MSC_VER) && !defined(__WATCOMC__)
     9#include <dirent.h>
     10#elif defined(__NETWARE__)
    911#include <dirent.h>
    1012#elif defined(__WATCOMC__) || defined(_MSC_VER)
Note: See TracChangeset for help on using the changeset viewer.