mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 20:19:26 +00:00
slash is alive !
-#include "..\gditest.h" +#include "../gditest.h" svn path=/trunk/; revision=26637
This commit is contained in:
parent
34aac7b904
commit
103b32e6e4
8 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
#line 2 "CreateCompatibleDC.c"
|
||||
|
||||
#include "..\gditest.h"
|
||||
#include "../gditest.h"
|
||||
|
||||
BOOL Test_CreateCompatibleDC(INT* passed, INT* failed)
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#line 2 "CreatePen.c"
|
||||
|
||||
#include "..\gditest.h"
|
||||
#include "../gditest.h"
|
||||
|
||||
BOOL
|
||||
Test_CreatePen(INT* passed, INT* failed)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#line 2 "ExtCreatePen.c"
|
||||
|
||||
#include "..\gditest.h"
|
||||
#include "../gditest.h"
|
||||
|
||||
BOOL
|
||||
Test_ExtCreatePen(INT* passed, INT* failed)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#line 2 "GetObject.c"
|
||||
|
||||
#include "..\gditest.h"
|
||||
#include "../gditest.h"
|
||||
|
||||
BOOL
|
||||
Test_General(INT* passed, INT* failed)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#line 2 "GetStockObject.c"
|
||||
|
||||
#include "..\gditest.h"
|
||||
#include "../gditest.h"
|
||||
|
||||
BOOL Test_GetStockObject(INT* passed, INT* failed)
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#line 2 "SelectObject.c"
|
||||
|
||||
#include "..\gditest.h"
|
||||
#include "../gditest.h"
|
||||
|
||||
BOOL Test_SelectObject(INT* passed, INT* failed)
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#line 2 "SetDCPenColor.c"
|
||||
|
||||
#include "..\gditest.h"
|
||||
#include "../gditest.h"
|
||||
|
||||
BOOL Test_SetDCPenColor(INT* passed, INT* failed)
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#line 2 "SetSysColors.c"
|
||||
|
||||
#include "..\gditest.h"
|
||||
#include "../gditest.h"
|
||||
|
||||
#define NUM_SYSCOLORS 31
|
||||
|
||||
|
|
Loading…
Reference in a new issue