windows-nt/Source/XPSP1/NT/ds/win32/ntcrypto/dssinc/mem.h

8 lines
128 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/* mem.h */
#define DSSMalloc(a) ContAlloc(a)
#define DSSFree(a) if (NULL != (a)) ContFree(a)