This website requires JavaScript.
Explore
Help
Register
Sign In
ReceiveTempSMS
/
Sweden-Number
Watch
1
Star
0
Fork
You've already forked Sweden-Number
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
bf11a93b05
Sweden-Number
/
dlls
/
vnetbios.vxd
/
Makefile.in
8 lines
88 B
Makefile
Raw
Normal View
History
Unescape
Escape
Added support for implementing VxDs as separate dlls and loading them on demand. Moved all the DeviceIoControl code into the respective VxD dlls.
2004-02-20 02:18:43 +01:00
MODULE
=
vnetbios.vxd
dlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21 13:24:34 +02:00
IMPORTS
=
netapi32
Added support for implementing VxDs as separate dlls and loading them on demand. Moved all the DeviceIoControl code into the respective VxD dlls.
2004-02-20 02:18:43 +01:00
C_SRCS
=
\
vnetbios.c
@
M
A
K
E
_
D
L
L
_
R
U
L
E
S
@