| commit | 072dfb57e3037db3a35d3290625b7ea51ad39902 | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Mon Sep 25 23:30:56 2000 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Sep 25 23:30:56 2000 +0000 |
| tree | b934ef01d53db5534b71974c5c3fda04d03a2c30 | |
| parent | 770eb51ed574c4b17ad63395bbddcc1b3dc83dc6 [diff] [blame] |
Removed inclusion of wine/winestring.h from winbase.h and added it to the C files that need it.
diff --git a/dlls/kernel/format_msg.c b/dlls/kernel/format_msg.c index eab7922..316f78a 100644 --- a/dlls/kernel/format_msg.c +++ b/dlls/kernel/format_msg.c
@@ -14,6 +14,7 @@ #include "winerror.h" #include "winnls.h" #include "wine/unicode.h" +#include "wine/winestring.h" #include "heap.h" #include "debugtools.h"