⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sources

📁 windows 2000中的UDF文件系统的驱动程序.只有读的功能,不支持未关闭的盘片.只支持UDF2.0以下版本,不支持VAT格式的UDF.
💻
字号:
!IF 0

Copyright (c) 1989  Microsoft Corporation

Module Name:

    sources.

Abstract:

    This file specifies the target component being built and the list of
    sources files needed to build that component.  Also specifies optional
    compiler switches and libraries that are unique for the component being
    built.


Author:

    Steve Wood (stevewo) 12-Apr-1990

NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF

MAJORCOMP=ntos
MINORCOMP=udfs

TARGETNAME=udfs
TARGETPATH=obj
TARGETTYPE=DRIVER

INCLUDES=..\inc

MSC_WARNING_LEVEL=/W3 /WX

SOURCES=		\
	allocsup.c	\
	cachesup.c	\
	cleanup.c	\
	close.c		\
	create.c	\
	devctrl.c	\
	deviosup.c	\
	dirctrl.c	\
	dirsup.c	\
	fileinfo.c	\
	filobsup.c	\
	fsctrl.c	\
	fspdisp.c	\
	lockctrl.c	\
	namesup.c	\
	pnp.c		\
	prefxsup.c	\
	read.c		\
	resrcsup.c	\
	strucsup.c	\
	udfdata.c	\
	udfinit.c	\
	udfs.rc		\
	verfysup.c	\
	vmcbsup.c	\
	volinfo.c	\
	workque.c

PRECOMPILED_INCLUDE=udfprocs.h
PRECOMPILED_PCH=udfprocs.pch
PRECOMPILED_OBJ=udfprocs.obj

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -