mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
14 lines
243 B
C
14 lines
243 B
C
|
/*
|
||
|
* PROJECT: ReactOS api tests
|
||
|
* LICENSE: GPL - See COPYING in the top level directory
|
||
|
* PURPOSE: Test for NtUserCallHwndParamLock
|
||
|
* PROGRAMMERS:
|
||
|
*/
|
||
|
|
||
|
#include <win32nt.h>
|
||
|
|
||
|
START_TEST(NtUserCallHwndParamLock)
|
||
|
{
|
||
|
|
||
|
}
|