Fix two compilation warnings.

This commit is contained in:
Dimitrie O. Paun 2002-04-02 19:16:08 +00:00 committed by Alexandre Julliard
parent dd52bb657e
commit 00df897119
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ static VOID PROPSHEET_UnImplementedFlags(DWORD dwFlags)
if (string[0] != '\0')
FIXME("%s\n", string);
}
#undef add_flag()
#undef add_flag
/******************************************************************************
* PROPSHEET_CollectSheetInfoA

View File

@ -1 +1 @@
/* FIXME: no implementation yet */
/* FIXME: no implementation yet */