X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=modules%2Frostests%2Fwinetests%2Fgdi32%2Fbrush.c;h=1a10429c050021f239dcfe07c5ed6380add03141;hp=74209953169e07d059a81bb88bc4518a3dec9f1c;hb=HEAD;hpb=95ec9464d3af01d9e7606fe4465230a22fc508ec diff --git a/modules/rostests/winetests/gdi32/brush.c b/modules/rostests/winetests/gdi32/brush.c old mode 100755 new mode 100644 index 74209953169..1a10429c050 --- a/modules/rostests/winetests/gdi32/brush.c +++ b/modules/rostests/winetests/gdi32/brush.c @@ -18,7 +18,14 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "precomp.h" +#include + +#include "windef.h" +#include "winbase.h" +#include "wingdi.h" +#include "winuser.h" + +#include "wine/test.h" typedef struct _STOCK_BRUSH { COLORREF color;