Changeset 3105 in kBuild for trunk/src/lib/kDep.c
- Timestamp:
- Oct 20, 2017 4:40:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/kDep.c
r3063 r3105 64 64 65 65 66 /********************************************************************************************************************************* 67 * Defined Constants And Macros * 68 *********************************************************************************************************************************/ 69 /* For the GNU/hurd weirdo. */ 70 #if !defined(PATH_MAX) && !defined(_MAX_PATH) 71 # define PATH_MAX 2048 72 #endif 73 74 66 75 /******************************************************************************* 67 76 * Global Variables *
Note:
See TracChangeset
for help on using the changeset viewer.