VirtualBox

Changeset 3261 in kBuild for trunk/src/kmk


Ignore:
Timestamp:
Jan 3, 2019 5:13:23 PM (6 years ago)
Author:
bird
Message:

kmk: windows build fixes

Location:
trunk/src/kmk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/config.h.win

    r3140 r3261  
    429429
    430430/* Define if struct stat contains a nanoseconds field */
    431 #define ST_MTIM_NSEC tv_nsec /* bird */
     431#define ST_MTIM_NSEC st_mtim.tv_nsec   /* bird */
     432#define ST_ATIM_NSEC st_atim.tv_nsec   /* bird */
    432433
    433434/* Define to 1 on System V Release 4. */
  • trunk/src/kmk/kmkbuiltin.h

    r3245 r3261  
    7474
    7575#include "kbuild_version.h"
    76 #ifndef KMK_BUILTIN_STANDALONE
     76#if !defined(KMK_BUILTIN_STANDALONE) && !defined(KWORKER)
    7777# include "../output.h"
    7878#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