VirtualBox

Changeset 55529 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Apr 29, 2015 5:38:33 PM (10 years ago)
Author:
vboxsync
Message:

RTGetOptArgv: Added RTGETOPTARGV_CNV_UNQUOTED.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/getopt.h

    r48934 r55529  
    438438/** Quote strings according to the Unix Bourne Shell. */
    439439#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)
    440442/** Mask for the quoting style. */
    441 #define RTGETOPTARGV_CNV_QUOTE_MASK         UINT32_C(1)
     443#define RTGETOPTARGV_CNV_QUOTE_MASK         UINT32_C(3)
    442444/** @} */
    443445
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette