mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[APPLICATIONS] Fix 64 bit issues
This commit is contained in:
parent
807331436e
commit
6f13066647
16 changed files with 31 additions and 28 deletions
|
@ -17,7 +17,7 @@ BOOL QueryConfig(LPCTSTR ServiceName)
|
|||
DWORD cbBytesNeeded = 0;
|
||||
LPQUERY_SERVICE_CONFIG pServiceConfig = NULL;
|
||||
LPWSTR lpPtr;
|
||||
INT nLen, i;
|
||||
SSIZE_T nLen, i;
|
||||
|
||||
#ifdef SCDBG
|
||||
_tprintf(_T("service to show configuration - %s\n\n"), ServiceName);
|
||||
|
|
|
@ -169,7 +169,7 @@ ParseFailureActions(
|
|||
SC_ACTION *pActions = NULL;
|
||||
LPTSTR pStringBuffer = NULL;
|
||||
LPTSTR p;
|
||||
INT nLength;
|
||||
INT_PTR nLength;
|
||||
INT nCount = 0;
|
||||
|
||||
*pcActions = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue