commit | a41b2cfdd0c06077c7c81b94f55d75757cec92e6 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Jan 15 20:12:55 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 15 20:12:55 2001 +0000 |
tree | 4182f402192876e91778f7df363e9a92729ca723 | |
parent | 7d5bc5c3f91d2d91bc9a2b485caa569938b5e2e6 [diff] [blame] |
Moved tweak support to USER dll. Removed tweak.h and cache.h.
diff --git a/controls/button.c b/controls/button.c index d75004d..1983dd1 100644 --- a/controls/button.c +++ b/controls/button.c
@@ -13,7 +13,7 @@ #include "wingdi.h" #include "wine/winuser16.h" #include "controls.h" -#include "tweak.h" +#include "user.h" /* Note: under MS-Windows, state is a BYTE and this structure is * only 3 bytes long. I don't think there are programs out there