mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 01:43:47 +00:00
8 lines
100 B
C
8 lines
100 B
C
![]() |
#include "..\gditest.h"
|
||
|
|
||
|
BOOL Test_SelectObject(INT* passed, INT* failed)
|
||
|
{
|
||
|
return TRUE;
|
||
|
}
|
||
|
|