windows-nt/Source/XPSP1/NT/ds/win32/ntcrypto/dssinc/mem.h
2020-09-26 16:20:57 +08:00

8 lines
128 B
C

/* mem.h */
#define DSSMalloc(a) ContAlloc(a)
#define DSSFree(a) if (NULL != (a)) ContFree(a)