mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 23:53:19 +00:00
- Convert to .spec
svn path=/branches/ros-amd64-bringup/; revision=36993
This commit is contained in:
parent
3120b5e9f9
commit
a9ef487300
3 changed files with 6 additions and 8 deletions
|
@ -1,7 +0,0 @@
|
|||
LIBRARY SMDLL.DLL
|
||||
EXPORTS
|
||||
SmCompleteSession@12
|
||||
SmConnectApiPort@16
|
||||
SmExecuteProgram@8
|
||||
SmQueryInformation@20
|
||||
SmLookupSubsystem@20
|
|
@ -1,5 +1,5 @@
|
|||
<module name="smdll" type="nativedll" baseaddress="${BASEADDRESS_SMDLL}" installbase="system32" installname="smdll.dll">
|
||||
<importlibrary definition="smdll.def" />
|
||||
<importlibrary definition="smdll.spec" />
|
||||
<include base="smdll">.</include>
|
||||
<include base="ReactOS">include/reactos/subsys</include>
|
||||
<define name="_DISABLE_TIDENTS" />
|
||||
|
|
5
reactos/dll/win32/smdll/smdll.spec
Normal file
5
reactos/dll/win32/smdll/smdll.spec
Normal file
|
@ -0,0 +1,5 @@
|
|||
@ stdcall SmCompleteSession(ptr ptr ptr)
|
||||
@ stdcall SmConnectApiPort(ptr ptr long ptr)
|
||||
@ stdcall SmExecuteProgram(ptr ptr)
|
||||
@ stdcall SmQueryInformation(ptr long ptr long ptr)
|
||||
@ stdcall SmLookupSubsystem(ptr ptr ptr ptr ptr)
|
Loading…
Add table
Add a link
Reference in a new issue