commit | 486d020c1b738424001585e0ea062e6db96f2aba | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Thu Oct 07 03:06:48 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Oct 07 03:06:48 2004 +0000 |
tree | 4301d4c13f9af5b3e4b54cd54427b4e6088ee312 | |
parent | 00033eab75d3485dd700bb90ea16e8971d36af62 [diff] [blame] |
Don't define COBJMACROS in objbase.h. Update the Wine sources accordingly.
diff --git a/dlls/mlang/mlang.c b/dlls/mlang/mlang.c index 54d7c86..6deb6cc 100644 --- a/dlls/mlang/mlang.c +++ b/dlls/mlang/mlang.c
@@ -25,6 +25,8 @@ #include <stdarg.h> #include <stdio.h> +#define COBJMACROS + #include "windef.h" #include "winbase.h" #include "wingdi.h"