DMD 1.022 - Error after upgrading from 1.021

Simen Haugen simen at norstat.no
Mon Oct 8 00:39:30 PDT 2007


After upgrading I get the following error
Error: 'QuadPart' is not a member of 'LARGE_INTEGER'

I found someone had the same issue with 1.021
http://www.digitalmars.com/d/archives/digitalmars/D/announce/DMD_1.021_and_2.004_releases_9767.html#N9786

When looking at winnt.d I cannot understand what is wrong....

union LARGE_INTEGER {
 struct {
  uint LowPart;
  int  HighPart;
 }
 long QuadPart;
}

Does someone know a workaround for this?





More information about the Digitalmars-d mailing list