commit | e581409f1439f3b1b7f67a8f66d4d7fd82dc614a | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@psn.net> | Tue Apr 06 07:07:44 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Apr 06 07:07:44 1999 +0000 |
tree | af96dae050ce4d2b4e2b126cdb9a4d9c2f41209b | |
parent | a113234f138a502813533b107ed6fde26f670527 [diff] [blame] |
commctrl.h must include prsht.h.
diff --git a/include/commctrl.h b/include/commctrl.h index adc0fdb..0386f13 100644 --- a/include/commctrl.h +++ b/include/commctrl.h
@@ -8,6 +8,7 @@ #include "windef.h" #include "winuser.h" #include "imagelist.h" +#include "prsht.h" /* c++ likes nameless unions whereas c doesnt */ /* (used in property sheet structures) */