Source file: /~heha/hs/vbs.zip/src/main.h

#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
Detected encoding: UTF-80