Changeset 55529 in vbox for trunk/include/iprt
- Timestamp:
- Apr 29, 2015 5:38:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/getopt.h
r48934 r55529 438 438 /** Quote strings according to the Unix Bourne Shell. */ 439 439 #define RTGETOPTARGV_CNV_QUOTE_BOURNE_SH UINT32_C(1) 440 /** Don't quote any strings at all. */ 441 #define RTGETOPTARGV_CNV_UNQUOTED UINT32_C(2) 440 442 /** Mask for the quoting style. */ 441 #define RTGETOPTARGV_CNV_QUOTE_MASK UINT32_C( 1)443 #define RTGETOPTARGV_CNV_QUOTE_MASK UINT32_C(3) 442 444 /** @} */ 443 445
Note:
See TracChangeset
for help on using the changeset viewer.