[SERVICES]
authorEric Kohl <eric.kohl@reactos.org>
Sun, 19 Aug 2012 10:01:05 +0000 (10:01 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 19 Aug 2012 10:01:05 +0000 (10:01 +0000)
commit50f30b78872986e5a01cf20704c846ab8a662ae9
treea65a239ee4fc2e32d74261c6a79439afd5c8e9fe
parent0813b21bc89673b00b42036453c0b70daa6636ff
[SERVICES]
Remove "size_t to DWORD/int..." conversion warnings in x64 build.
Patch by Hermes Belusca.

I replaced size_t by SIZE_T, as this is the proper Win32 type. And I also used the prefix 'cch' (count of characters) instead of the generic 'dw'.

See issue #7149 for more details.

svn path=/trunk/; revision=57108
reactos/base/system/services/config.c
reactos/base/system/services/database.c
reactos/base/system/services/rpcserver.c