Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
cb9cc2ccee7f49e5359309f6b8a5ed183125cb56
cb9cc2ccee7f49e5359309f6b8a5ed183125cb56
Switch branch/tag
wine-winehq
dlls
vnbt.vxd
Makefile.in
Find file
Normal view
History
Permalink
Makefile.in
87 Bytes
Edit
Web IDE
Newer
Older
- The virtual netbios device driver is properly named vnbt.vxd, not
e9ed2f31
Juan Lang
committed
20 years ago
1
MODULE
=
vnbt.vxd
dlls: Remove explicit imports of kernel32 and ntdll.
b86d515e
Alexandre Julliard
committed
14 years ago
2
IMPORTS
=
iphlpapi ws2_32
Added support for implementing VxDs as separate dlls and loading them
a21cf075
Alexandre Julliard
committed
20 years ago
3
4
C_SRCS
=
\
- The virtual netbios device driver is properly named vnbt.vxd, not
e9ed2f31
Juan Lang
committed
20 years ago
5
vnbt.c
Added support for implementing VxDs as separate dlls and loading them
a21cf075
Alexandre Julliard
committed
20 years ago
6
7
@MAKE_DLL_RULES@