摘要: 1 static char *get_resource(char *id, unsigned *size) 2 { 3 HRSRC hr = FindResource(GetModuleHandle(NULL), id, RT_RCDATA); 4 5 if (hr == NULL) return 阅读全文
posted @ 2020-09-06 00:00 天天2023 阅读(298) 评论(0) 推荐(0)