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/menu.c b/controls/menu.c index 52742a5..0470e80 100644 --- a/controls/menu.c +++ b/controls/menu.c
@@ -39,6 +39,7 @@ #include "wingdi.h" #include "wine/winbase16.h" #include "wine/winuser16.h" +#include "wownt32.h" #include "wine/server.h" #include "wine/unicode.h" #include "win.h"