Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
Description
I executed Visual Studio's dumpbin as follows:
dumpbin /imports kernel32_apitest.exe > kernel32_apitest.exe.txt
|
Then I got: kernel32_apitest.exe.txt.
kernel32_apitest.exe has ntdll!RtlIsCriticalSectionLockedByThread function importing.
So we cannot execute kernel32_apitest.exe in WinXP.