the embedded GUI for SamSung s3c2410 cpu based board.is microwindows0.90

源代码在线查看: insetr.c

软件大小: 4677 K
上传用户: yong_715
关键词: microwindows embedded SamSung s3c2410
下载地址: 免注册下载 普通下载 VIP

相关代码

				#include "windows.h"				#include "wintools.h"				/*				 * WIN Draw Library				 */								void WINAPI				InsetR(LPRECT lprc,int h,int v)				{					lprc->top += v;					lprc->left += h;					lprc->right -= 2*h-1;					lprc->bottom -= 2*v-1;				}							

相关资源