Authors: Adrian Thurston <adriant@corel.ca>, Zygo Blaxell <zblaxell@corel.ca> Move property sheets from commctrl.h into into prsht.h.
diff --git a/dlls/comctl32/propsheet.c b/dlls/comctl32/propsheet.c index 8e9c767..548f162 100644 --- a/dlls/comctl32/propsheet.c +++ b/dlls/comctl32/propsheet.c
@@ -10,6 +10,7 @@ #include "windows.h" #include "commctrl.h" +#include "prsht.h" #include "propsheet.h" #include "win.h" #include "debug.h"