On Sunday, 13 July 2014 at 18:48:01 UTC, Alexandre wrote:
        dosh.e_magic = cast(WORD*)("MZ");

should be:

dosh.e_magic = cast(WORD*)("MZ".ptr);

Reply via email to