Changeset 554 for trunk/src/gmake/config.h.W32
- Timestamp:
- Sep 27, 2006, 8:57:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/config.h.W32
r526 r554 493 493 extern int my_stat(const char *, struct stat *); 494 494 #define stat(_path, _st) my_stat(_path, _st) 495 496 /* cygwin sucks to much in one end or the other. */ 497 #define BATCH_MODE_ONLY_SHELL 498
Note:
See TracChangeset
for help on using the changeset viewer.