摘要: void * GdItemAlloc(unsigned int size) { return (void *)calloc(size, 1); } typedef struct { MWGDIOBJHDR hdr; int width; /* width*/ int height... 阅读全文
posted @ 2012-05-18 10:07 katago 阅读(217) 评论(0) 推荐(0)