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


Ignore:
Timestamp:
Oct 3, 2024, 4:24:43 AM (6 weeks ago)
Author:
Nishi
Message:

can be compiled using bcc32 now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/dir.c

    r212 r215  
    1919
    2020char** cm_scandir(const char* path) {
    21 #ifdef _MSC_VER
     21#if defined(_MSC_VER) || defined(__BORLANDC__)
    2222        return NULL;
    2323#else
Note: See TracChangeset for help on using the changeset viewer.