mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
6f233933c1
- change TEST macro a little for better output svn path=/trunk/; revision=26588
9 lines
128 B
C
9 lines
128 B
C
#line 1 "SelectObject.c"
|
|
|
|
#include "..\gditest.h"
|
|
|
|
BOOL Test_SelectObject(INT* passed, INT* failed)
|
|
{
|
|
return TRUE;
|
|
}
|
|
|