reactos/modules/rostests/apitests/win32nt/ntgdi/NtGdiCreateCompatibleBitmap.c

14 lines
251 B
C

/*
* PROJECT: ReactOS api tests
* LICENSE: GPL - See COPYING in the top level directory
* PURPOSE: Test for NtGdiCreateCompatibleBitmap
* PROGRAMMERS:
*/
#include <win32nt.h>
START_TEST(NtGdiCreateCompatibleBitmap)
{
}