Changeset 3261 in kBuild for trunk/src/kmk
- Timestamp:
- Jan 3, 2019 5:13:23 PM (6 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/config.h.win
r3140 r3261 429 429 430 430 /* 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 */ 432 433 433 434 /* Define to 1 on System V Release 4. */ -
trunk/src/kmk/kmkbuiltin.h
r3245 r3261 74 74 75 75 #include "kbuild_version.h" 76 #if ndef KMK_BUILTIN_STANDALONE76 #if !defined(KMK_BUILTIN_STANDALONE) && !defined(KWORKER) 77 77 # include "../output.h" 78 78 #endif
Note:
See TracChangeset
for help on using the changeset viewer.