软件大小: | 1941 K | ||
上传用户: | zming | ||
关键词: | Microwindows distribution the genesis | ||
下载地址: | 免注册下载 普通下载 |
相关代码 |
|
#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; }