Author: winesync
Date: Fri Apr 27 16:00:08 2007
New Revision: 26538
URL:
http://svn.reactos.org/svn/reactos?rev=26538&view=rev
Log:
Autosyncing with Wine HEAD
Modified:
trunk/reactos/dll/win32/cryptnet/cryptnet.rbuild (contents, props changed)
trunk/reactos/dll/win32/cryptnet/cryptnet.spec (props changed)
trunk/reactos/dll/win32/cryptnet/cryptnet_main.c (props changed)
Modified: trunk/reactos/dll/win32/cryptnet/cryptnet.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptnet/cryptne…
==============================================================================
--- trunk/reactos/dll/win32/cryptnet/cryptnet.rbuild (original)
+++ trunk/reactos/dll/win32/cryptnet/cryptnet.rbuild Fri Apr 27 16:00:08 2007
@@ -1,16 +1,17 @@
-<module name="cryptnet" type="win32dll"
baseaddress="${BASEADDRESS_CRYPTNET}" installbase="system32"
installname="cryptnet.dll" allowwarnings="true">
- <importlibrary definition="cryptnet.spec.def" />
- <include base="cryptnet">.</include>
- <include base="ReactOS">include/reactos/wine</include>
- <define name="__REACTOS__" />
- <define name="__WINESRC__" />
- <define name="__USE_W32API" />
- <define name="_WIN32_IE">0x600</define>
- <define name="_WIN32_WINNT">0x501</define>
- <define name="WINVER">0x501</define>
- <library>wine</library>
- <library>kernel32</library>
- <library>ntdll</library>
- <file>cryptnet_main.c</file>
- <file>cryptnet.spec</file>
-</module>
+<module name="cryptnet" type="win32dll"
baseaddress="${BASEADDRESS_CRYPTNET}" installbase="system32"
installname="cryptnet.dll" allowwarnings="true">
+ <autoregister infsection="OleControlDlls"
type="DllRegisterServer" />
+ <importlibrary definition="cryptnet.spec.def" />
+ <include base="cryptnet">.</include>
+ <include base="ReactOS">include/reactos/wine</include>
+ <define name="__REACTOS__" />
+ <define name="__WINESRC__" />
+ <define name="__USE_W32API" />
+ <define name="_WIN32_IE">0x600</define>
+ <define name="_WIN32_WINNT">0x501</define>
+ <define name="WINVER">0x501</define>
+ <library>wine</library>
+ <library>kernel32</library>
+ <library>ntdll</library>
+ <file>cryptnet_main.c</file>
+ <file>cryptnet.spec</file>
+</module>
Propchange: trunk/reactos/dll/win32/cryptnet/cryptnet.rbuild
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/reactos/dll/win32/cryptnet/cryptnet.spec
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: trunk/reactos/dll/win32/cryptnet/cryptnet_main.c
------------------------------------------------------------------------------
svn:eol-style = native