dos 1.0 其中包含quick basic源代码、内存管理himem emm386 发展历史

源代码在线查看: static.h

软件大小: 20355 K
上传用户: a1102882595
关键词: basic quick himem dos
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*
					COW : Character Oriented Windows
				
					static.h : static cow private interface
				*/
				
				/* Static Text Styles */
				
				#define SS_LEFT 		0	/* left justified text */
				#define SS_CENTER 		1	/* centered text */
				#define SS_RIGHT 		2	/* right justified text */
				
				
				DWORD	FARPUBLIC	StaticWndProc(PWND, WORD, WORD, DWORD);
							

相关资源