code icon indicating copy to clipboard operation
code copied to clipboard

ch6/ch6-meminfo-win fails to compile because of aliased import usage

Open devkevbot opened this issue 4 years ago • 0 comments

MEMORY_BASIC_INFORMATION is imported on this line as MEMINFO, but this line still uses the original import name.

Updating line 22 to MEMINFO fixes the issue.

devkevbot avatar Aug 30 '21 05:08 devkevbot