Commit 00df8971 authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard

Fix two compilation warnings.

parent dd52bb65
...@@ -209,7 +209,7 @@ static VOID PROPSHEET_UnImplementedFlags(DWORD dwFlags) ...@@ -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
......
/* FIXME: no implementation yet */ /* FIXME: no implementation yet */
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment