ref: 427fe69374f2e789d2121701d258d17f696c7239
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);