mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
10 lines
363 B
Text
10 lines
363 B
Text
|
<module name="bcrypt" type="win32dll" installbase="system32" installname="bcrypt.dll" allowwarnings="true">
|
||
|
<importlibrary definition="bcrypt.spec" />
|
||
|
<include base="bcrypt">.</include>
|
||
|
<include base="ReactOS">include/reactos/wine</include>
|
||
|
<define name="__WINESRC__" />
|
||
|
<library>wine</library>
|
||
|
<file>bcrypt_main.c</file>
|
||
|
<file>version.rc</file>
|
||
|
</module>
|