From ec345d7f8508a40c0e05f81e2712d89c834120fd Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Sun, 5 Aug 2007 14:58:58 +0000 Subject: [PATCH] fix build svn path=/trunk/; revision=28178 --- rostests/apitests/gdi32api/tests/CreateFont.c | 2 +- rostests/apitests/gdi32api/tests/CreateRectRgn.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rostests/apitests/gdi32api/tests/CreateFont.c b/rostests/apitests/gdi32api/tests/CreateFont.c index cdb6ffadc01..1d2b6772ccc 100644 --- a/rostests/apitests/gdi32api/tests/CreateFont.c +++ b/rostests/apitests/gdi32api/tests/CreateFont.c @@ -1,4 +1,4 @@ -#include "..\gdi32api.h" +#include "../gdi32api.h" #define INVALIDFONT "ThisFontDoesNotExist" diff --git a/rostests/apitests/gdi32api/tests/CreateRectRgn.c b/rostests/apitests/gdi32api/tests/CreateRectRgn.c index 910619bfa2d..c2067f14982 100644 --- a/rostests/apitests/gdi32api/tests/CreateRectRgn.c +++ b/rostests/apitests/gdi32api/tests/CreateRectRgn.c @@ -1,4 +1,4 @@ -#include "..\gdi32api.h" +#include "../gdi32api.h" INT Test_CreateRectRgn(PTESTINFO pti)