ref: b7d01aae3fe5a528209b2f1c3cfc1d906475158d
dir: /src/Generic.h/
#pragma once #include "WindowsWrapper.h" BOOL GetCompileVersion(int *v1, int *v2, int *v3, int *v4); long GetFileSizeLong(const char *path); BOOL CheckFileExists(const char *name); BOOL IsShiftJIS(unsigned char c);