[winpr,sysinfo] include winnt.h

* PF_SSE4_1_INSTRUCTIONS_AVAILABLE et al are defined in winnt.h on
  windows / mingw. Include explicitly to fix a mingw build issue.
This commit is contained in:
akallabeth
2025-01-07 11:00:29 +01:00
parent e93cd60352
commit f22b4efb7c

View File

@@ -31,8 +31,9 @@ extern "C"
{
#endif
#ifndef _WIN32
#ifdef _WIN32
#include <winnt.h>
#else
#define PROCESSOR_ARCHITECTURE_INTEL 0
#define PROCESSOR_ARCHITECTURE_MIPS 1
#define PROCESSOR_ARCHITECTURE_ALPHA 2