[随书类]Dos6.0源代码

源代码在线查看: trapstub.c

软件大小: 19270 K
上传用户: ylchsj521
关键词: Dos 6.0 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*
					COW : Character Oriented Windows
				
					trapstub.c : stub for mouse trap
				
					(included for development hook)
					(this module should not be included in any final versions)
				*/
				
				#define COW
				#include 
				
				#include 
				
				#ifdef DEBUG
				
				BOOL FARPUBLIC
				FTrapMouseRbutton()
					{
					return FALSE;		/* ignore */
					}
				
				#endif /*DEBUG*/
				
							

相关资源