admin
base
basedrv
boot
busdrv
cluster
cmd
crts
ddk
dload
dloadhandler
efiutil
eventlog
firmware
fs
fsrec
hals
halacpi
halia64
halmps
halsp
halssc
ia64
hal.rc
hal.src
makefile
sources
halsym
halx86
inc
intfilter
mcasample
pciirqmp
processor
x86new
acpidtct.c
bushnd.c
chiphacks.c
dirs
drivesup.c
hal.src
hals.inc
project.mk
rangesup.c
headless
inc
mspatch
mvdm
ntdll
ntdllsym
ntos
ntsetup
pnp
published
qfe
remoteboot
screg
seaudit
strsafe
stublibs
subsys
testlockout
tools
urtl
wdmdrv
wdmlib
win32
wmi
wow64
xip
zlib
dirs
prerelease.inc
project.mk
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
#include <windows.h>
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Hardware Abstraction Layer DLL"
|
|
#define VER_INTERNALNAME_STR "hal.dll"
|
|
|
|
#include "common.ver"
|
|
|