Files
mirror-processhacker/2.x/trunk/lib
wj32 af5e86e548 * added winsta.lib
* switched to winsta functions

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3732 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-09 08:43:24 +00:00
..
2010-10-09 08:43:24 +00:00
2010-10-09 08:43:24 +00:00
2010-10-09 08:43:24 +00:00
2010-07-24 02:43:35 +00:00
2010-06-20 06:09:20 +00:00

Microsoft's ntdll.lib files are supplied with the DDK, 

but are not redistributable.



The alternative used in Process Hacker is to have a 

ntdll.def file and create ntdll.lib from that using 

the LIB tool. The x86 ntdll.lib must be fixed using 

fixlib, which converts the exports from ordinal to 

name entries. The x64 ntdll.lib does not suffer from 

this problem.



The regex for swapping the export entries is below:



Replace <:b:b:b:b{.*}:b=:b{.*}>

with    <    \2 = \1>