https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95170
Bug ID: 95170 Summary: GetTickCount64 cannot get found in KERNEL32.dll on Legacy Windows Platforms like Windows XP, 2000 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: euloanty at live dot com Target Milestone: --- libstdc++ could not work on the old win32 operating systems (32 bit) because dll does not have GetTickCount64. Any solutions?