windows dll

#pragma once
#include <windows.h>
#ifdef FONTREPLACE_EXPORTS
#define FONTREPLACE_API __declspec(dllexport)
#else
#define FONTREPLACE_API __declspec(dllimport)
#endif

EXTERN_C FONTREPLACE_API bool InitFontReplace();