http://bugs.winehq.org/show_bug.cgi?id=25742
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #5 from Dan Kegel dank@kegel.com 2011-11-30 08:18:24 CST --- You can't use ntdll from Windows, it's too different.
The next step would be to write a dummy implementation of RtlCreateTagHeap. See http://source.winehq.org/git/wine.git/commitdiff/c4ea80cf9becae4a63f74ab818d... for an example of how that was done for a different function.
(A little searching finds another app uses that function: LogParser.exe, a 'free' tool from MS. http://forum.winehq.org/viewtopic.php?p=59412&sid=261d7db75e0de8edd1a333... Might be useful for testing.)