commit | 0ca051e555228326ba33e649be6659d1a81223cb | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Oct 17 16:43:42 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Oct 17 16:43:42 2002 +0000 |
tree | fcbdb9f4bd576a79c890aa2b313e06e2835caabc | |
parent | 11e3523949670351aaab70492f19a83a2dd2d99c [diff] [blame] |
Fixed wownt32.h to make it usable from inside Wine, and use it to avoid some duplication of the handle conversion macros.
diff --git a/controls/static.c b/controls/static.c index 3c07f0b..50042ba 100644 --- a/controls/static.c +++ b/controls/static.c
@@ -21,6 +21,7 @@ #include "windef.h" #include "wingdi.h" #include "wine/winuser16.h" +#include "wownt32.h" #include "cursoricon.h" #include "controls.h" #include "user.h"