2025-04-27 07:49:33 -04:00

5 lines
77 B
C

// utils.h
//
#define ZeroStruct(x) ZeroMemory((LPVOID)(&x), sizeof(x))