Add some missing includes which contain used prototypes

Alexandre Julliard julliard at winehq.org
Fri Dec 9 04:45:29 CST 2005


Vincent Béron <vberon at mecano.gme.usherb.ca> writes:

> --- dlls/kernel/change.c	28 Nov 2005 20:10:40 -0000	1.11
> +++ dlls/kernel/change.c	9 Dec 2005 02:20:19 -0000
> @@ -31,6 +31,7 @@
>  #include "winerror.h"
>  #include "winternl.h"
>  #include "kernel_private.h"
> +#include "wine/winbase16.h"
>  #include "wine/windef16.h"
>  #include "wine/server.h"
>  #include "wine/debug.h"

Please don't add more 16-bit headers to 32-bit files, we are trying to
get rid of them.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list