VirtualBox

Changeset 2702 in kBuild for trunk/src/kmk/w32


Ignore:
Timestamp:
Nov 21, 2013 12:11:08 AM (11 years ago)
Author:
bird
Message:

kmk/WindowsNT: Avoiding unnecessary stat() calls. Reimplemented stat(), lstat(), fstat(), opendir(), readdir(), and closedir() using native NT APIs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/w32/include/dirent.h

    r2591 r2702  
    1818#ifndef _DIRENT_H
    1919#define _DIRENT_H
     20
     21#ifdef KMK
     22# include <windows.h>
     23# include "nt/ntdir.h"
     24
     25#else /* !KMK */
    2026
    2127#ifdef __MINGW32__
     
    5864
    5965#endif  /* !__MINGW32__ */
     66#endif  /* !KMK */
    6067#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette