Changeset 2948 for trunk/src/lib/kDep.c
- Timestamp:
- Sep 20, 2016, 5:36:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/kDep.c
r2886 r2948 59 59 #include "kDep.h" 60 60 61 #ifdef KWORKER 62 extern int kwFsPathExists(const char *pszPath); 63 #endif 64 61 65 62 66 /******************************************************************************* … … 239 243 * Check that the file exists before we start depending on it. 240 244 */ 241 #ifdef KMK 245 #ifdef KWORKER 246 if (kwFsPathExists(pszFilename)) 247 #elif defined(KMK) 242 248 if (!file_exists_p(pszFilename)) 243 249 #elif K_OS == K_OS_WINDOWS
Note:
See TracChangeset
for help on using the changeset viewer.