#pragma once #include <windows.h> #include <windowsx.h> #include <shlwapi.h> #define elemof(x) (sizeof(x)/sizeof(*(x))) typedef BYTE byte; #ifdef _MSC_VER # define UDT(x) &x=*__$ReturnUdt #else //mingw # define UDT(x) x #endif
Vorgefundene Kodierung: ASCII (7 bit) | 2 |