reactos/reactos/dll/3rdparty
Jeffrey Morlan 388fc6e94e - Don't use ntdll's RtlDuplicateUnicodeString in kmode; it allocates from the process heap. Instead, allocate from pool and copy the string manually.
- Get rid of other ntdll imports (memcmp in freetype, tan in win32k) and instead link the functions statically, so ntdll is no longer loaded at all in kmode. Saves about 550kB of memory.
- Also remove unused <library>hal</library> in freetype.

svn path=/trunk/; revision=34227
2008-06-30 23:58:48 +00:00
..
dxtn Fix a typo 2007-11-27 16:39:18 +00:00
freetype - Don't use ntdll's RtlDuplicateUnicodeString in kmode; it allocates from the process heap. Instead, allocate from pool and copy the string manually. 2008-06-30 23:58:48 +00:00
mesa32 Link C++ programs against target libraries, not host ones 2008-06-29 12:47:22 +00:00
.gitignore reshuffling of dlls 2006-02-17 00:40:44 +00:00
3rdparty.rbuild Merge from ReactX branch to trunk 2007-11-10 16:02:43 +00:00