commit | 3480e4a5960a0ca6126b62c80e0d648d6149ecf8 | [log] [tgz] |
---|---|---|
author | Marcus Meissner <marcus@jet.franken.de> | Tue Mar 16 10:53:11 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Mar 16 10:53:11 1999 +0000 |
tree | 5e81c3c2f7187faaa1dbf9dbc10667c4d9fb558b | |
parent | 7bea869337ef03624e4b81587ad2351164c5e5de [diff] [blame] |
Removed no longer necessary win.h include, added now necessary other includes (win.h used only by UPDOWN now).
diff --git a/dlls/comctl32/commctrl.c b/dlls/comctl32/commctrl.c index a01bd23..06ec797 100644 --- a/dlls/comctl32/commctrl.c +++ b/dlls/comctl32/commctrl.c
@@ -6,7 +6,7 @@ * */ -#include "win.h" +#include "winbase.h" #include "heap.h" #include "commctrl.h" #include "animate.h"