REG_NOSPEC
if ((cflags®_EXTENDED) && (cflags®_NOSPEC))
if (cflags & REG_NOSPEC)
o |= REG_NOSPEC;
flags = REG_NOSPEC;
cflags |= REG_NOSPEC;