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
4dffb0aa43
Sweden-Number
/
dlls
/
vnbt.vxd
/
Makefile.in
8 lines
87 B
Makefile
Raw
Normal View
History
Unescape
Escape
- The virtual netbios device driver is properly named vnbt.vxd, not vnb.vxd. - Make it not depend on UNIX includes.
2004-03-02 00:35:25 +01:00
MODULE
=
vnbt.vxd
dlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21 13:24:34 +02:00
IMPORTS
=
iphlpapi ws2_32
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
=
\
- The virtual netbios device driver is properly named vnbt.vxd, not vnb.vxd. - Make it not depend on UNIX includes.
2004-03-02 00:35:25 +01:00
vnbt.c
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
@
M
A
K
E
_
D
L
L
_
R
U
L
E
S
@