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


Ignore:
Timestamp:
Oct 5, 2024, 8:19:59 AM (6 weeks ago)
Author:
Nishi
Message:

attempt to fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/dir.c

    r257 r261  
    88#if !defined(_MSC_VER) && !defined(__WATCOMC__)
    99#include <dirent.h>
    10 #elif defined(__WATCOMC__)
     10#elif defined(__WATCOMC__) || defined(_MSC_VER)
    1111#include <direct.h>
     12#endif
     13#ifdef _MSC_VER
     14#include <windows.h>
    1215#endif
    1316#include <stdlib.h>
Note: See TracChangeset for help on using the changeset viewer.