5 lines
73 B
C
5 lines
73 B
C
// utils.h
|
|
//
|
|
|
|
#define ZeroStruct(x) ZeroMemory((LPVOID)(&x), sizeof(x))
|