OpenTrespasser / JurassicParkTrespasser

A git-based fork of the Jurassic Park: Trespasser source code.
101 stars 25 forks source link

Modernize GlobalMemoryStatus #116

Closed meekee7 closed 4 years ago

meekee7 commented 4 years ago

GlobalMemoryStatus is deprecated because its data structure only supports 32bit values, and gives incorrect results on systems withs more than 4GB of RAM. Its replacement GlobalMemoryStatusEx supports 64bit values. All usages of GlobalMemoryStatus are modernized.

GamerDude27 commented 4 years ago

Not exactly what I meant, but that works too I guess.