mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
fixed difference in signedness warnings
svn path=/trunk/; revision=19818
This commit is contained in:
@@ -278,7 +278,7 @@ static DWORD WINAPI
|
||||
SendQueryEndSession(LPVOID Parameter)
|
||||
{
|
||||
PMESSAGE_CONTEXT Context = (PMESSAGE_CONTEXT) Parameter;
|
||||
LRESULT Result;
|
||||
DWORD_PTR Result;
|
||||
|
||||
if (SendMessageTimeoutW(Context->Wnd, WM_QUERYENDSESSION, Context->wParam,
|
||||
Context->lParam, SMTO_NORMAL, Context->Timeout,
|
||||
@@ -294,7 +294,7 @@ static DWORD WINAPI
|
||||
SendEndSession(LPVOID Parameter)
|
||||
{
|
||||
PMESSAGE_CONTEXT Context = (PMESSAGE_CONTEXT) Parameter;
|
||||
LRESULT Result;
|
||||
DWORD_PTR Result;
|
||||
|
||||
if (Context->wParam)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user