On Tue, 2004-01-06 at 17:59, Stefan Leichter wrote:
The pointer points to a structure like this:
struct ExtractFileList { LPSTR filename; struct ExtractFileList *next; DWORD unknown; // always 1L } ;
Could the unknown be a boolean?
Did your start modifying/fixing the extract function for this item? If not i will do it.
No, I didn't, please do it :)
thanks -mike