defining const value.
* cdosys.h: Ditto.
* lmaccess.h: Drop 'L' qualifier from numerical constants casted to
unsigned long.
* lmstats.h: Ditto.
* richole.h: Drop 'L' qualifier from numerical constants casted to
ULONG.
* dbgeng.h: Drop 'L' qualifier from numerical constants casted to
HRESULT (via HRESULT_FROM_NT).
* adserr.h: Throughout, drop 'L' qualifier from numerical
constants casted to HRESULT (via _HRESULT_TYPEDEF_).
* advpub.h: Ditto.
* naperror.h: Ditto.
* pstore.h: Ditto.
* subsmgr.h: Ditto.
* urlmon.h: Ditto.
* winerror.h: Ditto.
Define all WSA error codes based on WSABASEERR.
* netmon.h (MAKE_LONG): Drop unnecessary 'L' qualifier from shift
value.
* pdh.h (IsSuccessSeverity): Drop 'L' qualifier from mask value.
Cast result value to DWORD.
(IsInformationalSeverity): Ditto.
(IsWarningSeverity): Ditto.
(IsErrorSeverity): Ditto.
* penwin.h (dwDiffAT): Drop unnecessary 'L' qualifier from multiplier.
* windowsx.h (HANDLE_WM_CREATE): Drop 'L' qualifer from
constant casted to LRESULT and only cast the endresult once.
* wingdi.h (HGDI_ERROR): Drop 'L' qualifer.
* docobj.h (PAGESET_TOLASTPAGE): Ditto.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5272 4407c894-4637-0410-b4f5-ada5f102cad1
Cast first parameter in call to GetInfo to ULONG.
* winioctl.h (IsDsmActionNonDestructive): Replace test for != 0L
with logical negation operator.
* wininet.h (INTERNET_INVALID_STATUS_CALLBACK): Drop 'L' modifier.
* lmaccess.h (DEF_MIN_PWAGE): Ditto.
* mmsystem.h (MEVT_EVENTPARM): Ditto.
* svrapi.h (FRK_INIT): Ditto.
* vfw.h: Throughout, cast all constants in calls to SendMessage and
ICSendMessage to the expected type.
* prsht.h: Ditto, in calls to SendMessage and PostMessage.
* winuser.h: Ditto, in calls to CreateWindowEx, CreateDialogParam,
CreateDialogIndirectParam, DialogBoxParam, and DialogBoxIndirectParam.
* commctrl.h: Ditto, in calls to SendMessage.
(LPSTR_TEXTCALLBACKA): Drop 'L' modifier.
(LPSTR_TEXTCALLBACKW): Ditto.
* windowsx.h: Throughout, cast all constants in calls to SendMessage
and as return value from HANDLE_xxx macro.
(IsRestored): Replace test for == 0L with logical negation operator.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5262 4407c894-4637-0410-b4f5-ada5f102cad1
Also replace 'This file is a part of' by 'This file is part of' for consistency
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5147 4407c894-4637-0410-b4f5-ada5f102cad1