mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 20:24:01 +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"
|
#line 2 "CreateCompatibleDC.c"
|
||||||
|
|
||||||
#include "..\gditest.h"
|
#include "../gditest.h"
|
||||||
|
|
||||||
BOOL Test_CreateCompatibleDC(INT* passed, INT* failed)
|
BOOL Test_CreateCompatibleDC(INT* passed, INT* failed)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#line 2 "CreatePen.c"
|
#line 2 "CreatePen.c"
|
||||||
|
|
||||||
#include "..\gditest.h"
|
#include "../gditest.h"
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
Test_CreatePen(INT* passed, INT* failed)
|
Test_CreatePen(INT* passed, INT* failed)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#line 2 "ExtCreatePen.c"
|
#line 2 "ExtCreatePen.c"
|
||||||
|
|
||||||
#include "..\gditest.h"
|
#include "../gditest.h"
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
Test_ExtCreatePen(INT* passed, INT* failed)
|
Test_ExtCreatePen(INT* passed, INT* failed)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#line 2 "GetObject.c"
|
#line 2 "GetObject.c"
|
||||||
|
|
||||||
#include "..\gditest.h"
|
#include "../gditest.h"
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
Test_General(INT* passed, INT* failed)
|
Test_General(INT* passed, INT* failed)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#line 2 "GetStockObject.c"
|
#line 2 "GetStockObject.c"
|
||||||
|
|
||||||
#include "..\gditest.h"
|
#include "../gditest.h"
|
||||||
|
|
||||||
BOOL Test_GetStockObject(INT* passed, INT* failed)
|
BOOL Test_GetStockObject(INT* passed, INT* failed)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#line 2 "SelectObject.c"
|
#line 2 "SelectObject.c"
|
||||||
|
|
||||||
#include "..\gditest.h"
|
#include "../gditest.h"
|
||||||
|
|
||||||
BOOL Test_SelectObject(INT* passed, INT* failed)
|
BOOL Test_SelectObject(INT* passed, INT* failed)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#line 2 "SetDCPenColor.c"
|
#line 2 "SetDCPenColor.c"
|
||||||
|
|
||||||
#include "..\gditest.h"
|
#include "../gditest.h"
|
||||||
|
|
||||||
BOOL Test_SetDCPenColor(INT* passed, INT* failed)
|
BOOL Test_SetDCPenColor(INT* passed, INT* failed)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#line 2 "SetSysColors.c"
|
#line 2 "SetSysColors.c"
|
||||||
|
|
||||||
#include "..\gditest.h"
|
#include "../gditest.h"
|
||||||
|
|
||||||
#define NUM_SYSCOLORS 31
|
#define NUM_SYSCOLORS 31
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue