Searched refs:osvi (Results 1 – 1 of 1) sorted by relevance
692 OSVERSIONINFO osvi; in xmlInitPlatformSpecificIo() local697 osvi.dwOSVersionInfoSize = sizeof(osvi); in xmlInitPlatformSpecificIo()699 if(GetVersionEx(&osvi) && (osvi.dwPlatformId == VER_PLATFORM_WIN32_NT)) { in xmlInitPlatformSpecificIo()