Fix two compilation warnings.
This commit is contained in:
parent
dd52bb657e
commit
00df897119
|
@ -209,7 +209,7 @@ static VOID PROPSHEET_UnImplementedFlags(DWORD dwFlags)
|
||||||
if (string[0] != '\0')
|
if (string[0] != '\0')
|
||||||
FIXME("%s\n", string);
|
FIXME("%s\n", string);
|
||||||
}
|
}
|
||||||
#undef add_flag()
|
#undef add_flag
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* PROPSHEET_CollectSheetInfoA
|
* PROPSHEET_CollectSheetInfoA
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
/* FIXME: no implementation yet */
|
/* FIXME: no implementation yet */
|
||||||
|
|
Loading…
Reference in New Issue