mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02:00
This was added for native inetcpl, which is not redistributable or generally valuable. It's not even present in modern Windows—the export exists, but can't actually be called, since it forwards to a "shunimpl.dll" which fails to initialize when loaded.
5 lines
93 B
Makefile
5 lines
93 B
Makefile
TESTDLL = shdocvw.dll
|
|
IMPORTS = shell32 ole32 oleaut32 advapi32
|
|
|
|
SOURCES = \
|
|
shortcut.c
|