mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
2b31cf640d
- remove header inclusion in test files svn path=/trunk/; revision=28753
8 lines
116 B
C
8 lines
116 B
C
INT
|
|
Test_CreateRectRgn(PTESTINFO pti)
|
|
{
|
|
// HRGN hRgn;
|
|
|
|
// hRgn = CreateRectRgn(
|
|
return APISTATUS_NORMAL;
|
|
}
|