Warn users who attempt to use native DirectDraw

Vincent Béron vberon at mecano.gme.usherb.ca
Tue Mar 22 17:48:30 CST 2005


Le mar 22/03/2005 à 09:26, Mike Hearn a écrit :
[snip]
> Index: dlls/gdi/gdi_main.c
> ===================================================================
> RCS file: /home/wine/wine/dlls/gdi/gdi_main.c,v
> retrieving revision 1.17
> diff -u -p -d -r1.17 gdi_main.c
> --- dlls/gdi/gdi_main.c	15 Jan 2004 00:35:40 -0000	1.17
> +++ dlls/gdi/gdi_main.c	22 Mar 2005 14:15:33 -0000
> @@ -24,9 +24,12 @@
>  #include "winbase.h"
>  #include "wingdi.h"
>  #include "wine/winbase16.h"
> +#include <wine/debug.h>

Please use "" instead of <> here.

Vincent





More information about the wine-devel mailing list