reactos/rostests/apitests/w32knapi/ntgdi/NtGdiCreateCompatibleBitmap.c
Colin Finck d55028d26f Set svn:eol-style "native" for all apitest stuff
svn path=/trunk/; revision=33818
2008-06-01 18:06:22 +00:00

7 lines
83 B
C

INT
Test_NtGdiCreateCompatibleBitmap(PTESTINFO pti)
{
return APISTATUS_NORMAL;
}