shithub: cstory

ref: 24d104e2e812a91f3e1d7e4b4dc8b5adf8a74fbc
dir: /src/Generic.h/

View raw version
#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);