请教windows API编程中CHOOSEFONT的使用问题在声明CHOOSEFONT cf;时总是出现missing ';' before identifier 'cf',unexpected end of file found错误请各位大神帮忙找出原因(本程序并没有缺少“;”,并包含了#include <windows.h> #include "resource.h")[解决办法]IDE能找到CHOOSEFONT的声明吗?[解决办法]包含头文件的顺序以及是否缺少头文件??