Changes between Initial Version and Version 1 of Ticket #52, comment 6


Ignore:
Timestamp:
Dec 6, 2011, 6:40:18 PM (12 years ago)
Author:
abwillis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52, comment 6

    initial v1  
    1 Flash calls it from Kernel32.dll.  I had initially thought I needed to add the export to NDLL and import it into Kernel32 but that failed so I exported from Kernel32 and it worked then I tried removing it from NTDLL and it failed so I just added it back in.  I can try again to remove it and see if it was something unaccountable at this point that caused it to fail the first time.
     1Flash calls it from Kernel32.dll.  I had initially thought I needed to add the export to NDLL and import it into Kernel32 but that failed so I exported from Kernel32 and it worked then I tried removing it from NTDLL and it failed so I just added it back in.  I can try again to remove it and see if it was something unaccountable at this point that caused it to fail the first time.  As best I could figure out... Wine exports it from both which is why I didn't really look deeper at it.