fixed so our taskmgr works in windows 2000

svn path=/trunk/; revision=24474
This commit is contained in:
Magnus Olsen 2006-10-09 18:01:56 +00:00
parent ca392ef651
commit 80c28a9405

View file

@ -5,6 +5,7 @@
<define name="_WIN32_WINNT">0x0501</define>
<define name="UNICODE" />
<define name="_UNICODE" />
<library>msvcrt</library>
<library>ntdll</library>
<library>kernel32</library>
<library>advapi32</library>