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();

  

posted on 2020-02-19 04:00  lydstory  阅读(161)  评论(0)    收藏  举报

导航