Copy wininet to branch
[reactos.git] / reactos / subsys / system / explorer / notifyhook / notifyhook.xml
1 <module name="notifyhook" type="win32dll" baseaddress="${BASEADDRESS_NOTIFYHOOK}" installbase="system32" installname="notifyhook.dll">
2 <importlibrary definition="notifyhook.def" />
3 <include base="notifyhook">.</include>
4 <define name="__USE_W32API" />
5 <define name="_WIN32_IE">0x0600</define>
6 <define name="_NOTIFYHOOK_IMPL" />
7 <library>kernel32</library>
8 <file>notifyhook.c</file>
9 <file>notifyhook.rc</file>
10 </module>