mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
Add user32 to build notifyhook
svn path=/trunk/; revision=23940
This commit is contained in:
parent
80562db631
commit
17e434d5bd
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
<define name="_WIN32_IE">0x0600</define>
|
<define name="_WIN32_IE">0x0600</define>
|
||||||
<define name="_NOTIFYHOOK_IMPL" />
|
<define name="_NOTIFYHOOK_IMPL" />
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
|
<library>user32</library>
|
||||||
<file>notifyhook.c</file>
|
<file>notifyhook.c</file>
|
||||||
<file>notifyhook.rc</file>
|
<file>notifyhook.rc</file>
|
||||||
</module>
|
</module>
|
||||||
|
|
Loading…
Reference in a new issue