fixed a critical bug that caused Importer::ExportIATEx to crash

This commit is contained in:
cypherpunk 2014-03-08 19:53:15 +01:00
parent 3bfbece7c1
commit f0b9f919ee
5 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -965,3 +965,5 @@ typedef PEB64 PEB_CURRENT;
#else
typedef PEB32 PEB_CURRENT;
#endif
#pragma pack(pop)