Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 711 of file actctx.c.
Referenced by parse_manifest_buffer().
{ /* FIXME: parse attributes */ const WCHAR *ptr; for (ptr = xmlbuf->ptr; ptr < xmlbuf->end - 1; ptr++) { if (ptr[0] == '?' && ptr[1] == '>') { xmlbuf->ptr = ptr + 2; return TRUE; } } return FALSE; }