Attempt to unbreak MSVC builds broken by f21bb9cfb5646e1793dcc9c0ea697bab99afa523.

We can't use type uint, so use uint32.
This commit is contained in:
Andrew Dunstan 2012-12-03 10:23:22 -05:00
parent f21bb9cfb5
commit d5652e50d5

View File

@ -7087,7 +7087,7 @@ CreateCheckPoint(int flags)
vxids = GetVirtualXIDsDelayingChkpt(&nvxids);
if (nvxids > 0)
{
uint nwaits = 0;
uint32 nwaits = 0;
do
{