Author: spetreolle Date: Sat May 5 01:23:42 2007 New Revision: 26637
URL: http://svn.reactos.org/svn/reactos?rev=26637&view=rev Log: slash is alive ! -#include "..\gditest.h" +#include "../gditest.h"
Modified: trunk/rostests/win32/gdi32/tests/CreateCompatibleDC.c trunk/rostests/win32/gdi32/tests/CreatePen.c trunk/rostests/win32/gdi32/tests/ExtCreatePen.c trunk/rostests/win32/gdi32/tests/GetObject.c trunk/rostests/win32/gdi32/tests/GetStockObject.c trunk/rostests/win32/gdi32/tests/SelectObject.c trunk/rostests/win32/gdi32/tests/SetDCPenColor.c trunk/rostests/win32/gdi32/tests/SetSysColors.c
Modified: trunk/rostests/win32/gdi32/tests/CreateCompatibleDC.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/win32/gdi32/tests/CreateCo... ============================================================================== --- trunk/rostests/win32/gdi32/tests/CreateCompatibleDC.c (original) +++ trunk/rostests/win32/gdi32/tests/CreateCompatibleDC.c Sat May 5 01:23:42 2007 @@ -1,6 +1,6 @@ #line 2 "CreateCompatibleDC.c"
-#include "..\gditest.h" +#include "../gditest.h"
BOOL Test_CreateCompatibleDC(INT* passed, INT* failed) {
Modified: trunk/rostests/win32/gdi32/tests/CreatePen.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/win32/gdi32/tests/CreatePe... ============================================================================== --- trunk/rostests/win32/gdi32/tests/CreatePen.c (original) +++ trunk/rostests/win32/gdi32/tests/CreatePen.c Sat May 5 01:23:42 2007 @@ -1,6 +1,6 @@ #line 2 "CreatePen.c"
-#include "..\gditest.h" +#include "../gditest.h"
BOOL Test_CreatePen(INT* passed, INT* failed)
Modified: trunk/rostests/win32/gdi32/tests/ExtCreatePen.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/win32/gdi32/tests/ExtCreat... ============================================================================== --- trunk/rostests/win32/gdi32/tests/ExtCreatePen.c (original) +++ trunk/rostests/win32/gdi32/tests/ExtCreatePen.c Sat May 5 01:23:42 2007 @@ -1,6 +1,6 @@ #line 2 "ExtCreatePen.c"
-#include "..\gditest.h" +#include "../gditest.h"
BOOL Test_ExtCreatePen(INT* passed, INT* failed)
Modified: trunk/rostests/win32/gdi32/tests/GetObject.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/win32/gdi32/tests/GetObjec... ============================================================================== --- trunk/rostests/win32/gdi32/tests/GetObject.c (original) +++ trunk/rostests/win32/gdi32/tests/GetObject.c Sat May 5 01:23:42 2007 @@ -1,6 +1,6 @@ #line 2 "GetObject.c"
-#include "..\gditest.h" +#include "../gditest.h"
BOOL Test_General(INT* passed, INT* failed)
Modified: trunk/rostests/win32/gdi32/tests/GetStockObject.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/win32/gdi32/tests/GetStock... ============================================================================== --- trunk/rostests/win32/gdi32/tests/GetStockObject.c (original) +++ trunk/rostests/win32/gdi32/tests/GetStockObject.c Sat May 5 01:23:42 2007 @@ -1,6 +1,6 @@ #line 2 "GetStockObject.c"
-#include "..\gditest.h" +#include "../gditest.h"
BOOL Test_GetStockObject(INT* passed, INT* failed) {
Modified: trunk/rostests/win32/gdi32/tests/SelectObject.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/win32/gdi32/tests/SelectOb... ============================================================================== --- trunk/rostests/win32/gdi32/tests/SelectObject.c (original) +++ trunk/rostests/win32/gdi32/tests/SelectObject.c Sat May 5 01:23:42 2007 @@ -1,6 +1,6 @@ #line 2 "SelectObject.c"
-#include "..\gditest.h" +#include "../gditest.h"
BOOL Test_SelectObject(INT* passed, INT* failed) {
Modified: trunk/rostests/win32/gdi32/tests/SetDCPenColor.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/win32/gdi32/tests/SetDCPen... ============================================================================== --- trunk/rostests/win32/gdi32/tests/SetDCPenColor.c (original) +++ trunk/rostests/win32/gdi32/tests/SetDCPenColor.c Sat May 5 01:23:42 2007 @@ -1,6 +1,6 @@ #line 2 "SetDCPenColor.c"
-#include "..\gditest.h" +#include "../gditest.h"
BOOL Test_SetDCPenColor(INT* passed, INT* failed) {
Modified: trunk/rostests/win32/gdi32/tests/SetSysColors.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/win32/gdi32/tests/SetSysCo... ============================================================================== --- trunk/rostests/win32/gdi32/tests/SetSysColors.c (original) +++ trunk/rostests/win32/gdi32/tests/SetSysColors.c Sat May 5 01:23:42 2007 @@ -1,6 +1,6 @@ #line 2 "SetSysColors.c"
-#include "..\gditest.h" +#include "../gditest.h"
#define NUM_SYSCOLORS 31