Changeset 2773 for trunk/src/kmk/dir.c
- Timestamp:
- Feb 3, 2015, 1:59:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/dir.c
r2734 r2773 1321 1321 /* Hooks for globbing. */ 1322 1322 1323 #if defined(KMK) && !defined(__OS2__) 1324 # include "glob/glob.h" 1325 #else 1323 1326 #include <glob.h> 1327 #endif 1324 1328 1325 1329 /* Structure describing state of iterating through a directory hash table. */
Note:
See TracChangeset
for help on using the changeset viewer.