- Convert to .spec

svn path=/branches/ros-amd64-bringup/; revision=36993
This commit is contained in:
Stefan Ginsberg 2008-10-26 15:34:08 +00:00
parent 3120b5e9f9
commit a9ef487300
3 changed files with 6 additions and 8 deletions

View file

@ -1,7 +0,0 @@
LIBRARY SMDLL.DLL
EXPORTS
SmCompleteSession@12
SmConnectApiPort@16
SmExecuteProgram@8
SmQueryInformation@20
SmLookupSubsystem@20

View file

@ -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" />

View 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)