Add user32 to build notifyhook

svn path=/trunk/; revision=23940
This commit is contained in:
Thomas Bluemel 2006-09-06 21:44:06 +00:00
parent 80562db631
commit 17e434d5bd

View file

@ -7,6 +7,7 @@
<define name="_WIN32_IE">0x0600</define>
<define name="_NOTIFYHOOK_IMPL" />
<library>kernel32</library>
<library>user32</library>
<file>notifyhook.c</file>
<file>notifyhook.rc</file>
</module>