[CMLIB]: Forgot part of last patch.

svn path=/trunk/; revision=57264
This commit is contained in:
Alex Ionescu 2012-09-10 15:32:43 +00:00
parent f09f448d95
commit 583fb33611

View file

@ -242,8 +242,11 @@ HvGetCell(
PHHIVE RegistryHive,
HCELL_INDEX CellOffset);
#define HvReleaseCell(h, c) \
if (h->ReleaseCellRoutine) h->ReleaseCellRoutine(h, c)
#define HvReleaseCell(h, c) \
do { \
if ((h)->ReleaseCellRoutine) \
(h)->ReleaseCellRoutine(h, c); \
} while(0)
LONG CMAPI
HvGetCellSize(