This commit is contained in:
Vincent Wei
2019-05-16 10:20:41 +08:00
parent b9fd4b9178
commit 617715e332
+1 -1
View File
@@ -164,7 +164,7 @@ static RES_TYPE_OPS font_ops={
};
static RES_TYPE_INFO pre_def_types[RES_TYPE_USER] = {
{(short)RES_TYPE_IMAGE, 0, 0, REF_SRC_FILE,&img_ops},
{(short)RES_TYPE_IMAGE, 0, 0, REF_SRC_FILE, &img_ops},
{(short)RES_TYPE_MYBITMAP, 0, 0,REF_SRC_FILE, &mybmp_ops},
{(short)RES_TYPE_ICON, 0, 0, REF_SRC_FILE, &icon_ops},
#ifdef _MGHAVE_CURSOR