[ros-dev] [ros-diffs] [tkreuzer] 26559: winetsts build fix - add needed #includes to test.h - add windef.h including psdk/windef.h
Steven Edwards
winehacker at gmail.com
Sun Apr 29 03:03:24 CEST 2007
Why can't use change the include path to use the normal windef.h?
On 4/28/07, tkreuzer at svn.reactos.org <tkreuzer at svn.reactos.org> wrote:
> Author: tkreuzer
> Date: Sat Apr 28 12:58:18 2007
> New Revision: 26559
>
> URL: http://svn.reactos.org/svn/reactos?rev=26559&view=rev
> Log:
> winetsts build fix
> - add needed #includes to test.h
> - add windef.h including psdk/windef.h
>
> Added:
> trunk/reactos/include/reactos/wine/windef.h
> Modified:
> trunk/reactos/include/reactos/wine/test.h
>
> Modified: trunk/reactos/include/reactos/wine/test.h
> URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/test.h?rev=26559&r1=26558&r2=26559&view=diff
> ==============================================================================
> --- trunk/reactos/include/reactos/wine/test.h (original)
> +++ trunk/reactos/include/reactos/wine/test.h Sat Apr 28 12:58:18 2007
> @@ -25,6 +25,8 @@
> #include <stdlib.h>
> #include <windef.h>
> #include <winbase.h>
> +#include <wingdi.h>
> +#include <winreg.h>
>
> #ifdef __WINE_WINE_LIBRARY_H
> #error wine/library.h should not be used in Wine tests
>
> Added: trunk/reactos/include/reactos/wine/windef.h
> URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/windef.h?rev=26559&view=auto
> ==============================================================================
> --- trunk/reactos/include/reactos/wine/windef.h (added)
> +++ trunk/reactos/include/reactos/wine/windef.h Sat Apr 28 12:58:18 2007
> @@ -1,0 +1,3 @@
> +#include "../../psdk/windef.h"
> +
> +
>
>
>
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo
More information about the Ros-dev
mailing list