📄 sources
字号:
TARGETNAME=Filedisk
TARGETPATH=obj
TARGETTYPE=DRIVER
INCLUDES=..\inc
#
# The WinXP DDK has introduced the DDK_TARGET_OS environemnt variable
# for conditional compilation. The test here is designed to make this
# sources file portable to the standalone Win 2K DDK environment. Note,
# however, that the required csq.h and csq.lib are not present in that
# environment.
#
!if "$(DDK_TARGET_OS)"!="WinXP"
C_DEFINES=$(C_DEFINES) -DW2K=1
TARGETLIBS=$(DDK_LIB_PATH)\csq.lib
!endif
SOURCES=DriverEntry.c FileDiskCreateDevice.c FileDiskUnload.c FileDiskDeleteDevice.c FileDiskCreateClose.c FileDiskReadWrite.c FileDiskDeviceControl.c FileDiskThread.c FileDiskOpenFile.c FileDiskCloseFile.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -