Fix a flag, remove an old comment.

This commit is contained in:
Wez Furlong 2002-05-21 20:46:08 +00:00
parent e04d6ca9f7
commit e2b9f0d964
2 changed files with 2 additions and 4 deletions

View File

@ -1189,7 +1189,7 @@ static int process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int prin
if (elem->paramdesc.wParamFlags & PARAMFLAG_FIN)
php_printf("[in]");
if (elem->paramdesc.wParamFlags & PARAMFLAG_FIN)
if (elem->paramdesc.wParamFlags & PARAMFLAG_FOUT)
php_printf("[out]");
if (elem->tdesc.vt == VT_PTR) {
@ -1266,7 +1266,6 @@ static ITypeInfo *locate_typeinfo(char *typelibname, comval *obj, char *dispname
if (obj) {
if (dispname == NULL && sink) {
/* Looking for the default sink interface */
IProvideClassInfo2 *pci2;
IProvideClassInfo *pci;

View File

@ -1189,7 +1189,7 @@ static int process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int prin
if (elem->paramdesc.wParamFlags & PARAMFLAG_FIN)
php_printf("[in]");
if (elem->paramdesc.wParamFlags & PARAMFLAG_FIN)
if (elem->paramdesc.wParamFlags & PARAMFLAG_FOUT)
php_printf("[out]");
if (elem->tdesc.vt == VT_PTR) {
@ -1266,7 +1266,6 @@ static ITypeInfo *locate_typeinfo(char *typelibname, comval *obj, char *dispname
if (obj) {
if (dispname == NULL && sink) {
/* Looking for the default sink interface */
IProvideClassInfo2 *pci2;
IProvideClassInfo *pci;