mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:16:04 +00:00
[W32KNAPI]
* Silence some warnings. svn path=/trunk/; revision=57387
This commit is contained in:
parent
c61f485d4d
commit
4304f847cb
2 changed files with 3 additions and 3 deletions
|
@ -50,8 +50,8 @@ Test_NoParamRoutine_DestroyCaret(PTESTINFO pti) /* 5 */
|
||||||
INT
|
INT
|
||||||
Test_NoParamRoutine_LoadUserApiHook(PTESTINFO pti) /* 0x1d */
|
Test_NoParamRoutine_LoadUserApiHook(PTESTINFO pti) /* 0x1d */
|
||||||
{
|
{
|
||||||
DWORD dwRet;
|
//DWORD dwRet;
|
||||||
dwRet = NtUserCallNoParam(_NOPARAM_ROUTINE_LOADUSERAPIHOOK);
|
/* dwRet = */NtUserCallNoParam(_NOPARAM_ROUTINE_LOADUSERAPIHOOK);
|
||||||
|
|
||||||
// TEST(dwRet != 0);
|
// TEST(dwRet != 0);
|
||||||
return APISTATUS_NORMAL;
|
return APISTATUS_NORMAL;
|
||||||
|
|
|
@ -15,7 +15,7 @@ Test_NtUserGetClassInfo(PTESTINFO pti)
|
||||||
{
|
{
|
||||||
WNDCLASSEXW wclex, wclex2 = {0};
|
WNDCLASSEXW wclex, wclex2 = {0};
|
||||||
UNICODE_STRING us;
|
UNICODE_STRING us;
|
||||||
PWSTR pwstr;
|
PWSTR pwstr = NULL;
|
||||||
|
|
||||||
us.Length = 8;
|
us.Length = 8;
|
||||||
us.MaximumLength = 8;
|
us.MaximumLength = 8;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue