您的位置:首页 > 其它

What .h file should be include if you want to use colorref

2008-11-29 10:32 591 查看
if you only want to use win32, then #include <windows.h>
if you only want to use MFC, then #include "stdafx.h"
But it will be error if you
#include <windows.h>
#include "stdafx.h"
So if you don't know if this file will be used in MFC, then
#include <afxwin.h> is the best way. (HexaMesh2p5)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐