mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:35:40 +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
|
||||
Test_NoParamRoutine_LoadUserApiHook(PTESTINFO pti) /* 0x1d */
|
||||
{
|
||||
DWORD dwRet;
|
||||
dwRet = NtUserCallNoParam(_NOPARAM_ROUTINE_LOADUSERAPIHOOK);
|
||||
//DWORD dwRet;
|
||||
/* dwRet = */NtUserCallNoParam(_NOPARAM_ROUTINE_LOADUSERAPIHOOK);
|
||||
|
||||
// TEST(dwRet != 0);
|
||||
return APISTATUS_NORMAL;
|
||||
|
|
|
@ -15,7 +15,7 @@ Test_NtUserGetClassInfo(PTESTINFO pti)
|
|||
{
|
||||
WNDCLASSEXW wclex, wclex2 = {0};
|
||||
UNICODE_STRING us;
|
||||
PWSTR pwstr;
|
||||
PWSTR pwstr = NULL;
|
||||
|
||||
us.Length = 8;
|
||||
us.MaximumLength = 8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue