mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
9 lines
128 B
C
9 lines
128 B
C
#line 2 "SelectObject.c"
|
|
|
|
#include "..\gditest.h"
|
|
|
|
BOOL Test_SelectObject(INT* passed, INT* failed)
|
|
{
|
|
return TRUE;
|
|
}
|
|
|