mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
13 lines
251 B
C
13 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)
|
|
{
|
|
|
|
}
|