wintun/api/pch.h
Simon Rozman 4c131caa7d api: honor locale when comparing case-insensitive
Quote from MSDN:
> You will need to call setlocale for _wcsicmp to work with Latin 1
> characters. The C locale is in effect by default, so, for example, ä
> will not compare equal to Ä.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-10-30 16:50:59 +01:00

19 lines
323 B
C

/* SPDX-License-Identifier: GPL-2.0
*
* Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
*/
#pragma once
#include "api.h"
#include <bcrypt.h>
#include <cfgmgr32.h>
#include <iphlpapi.h>
#include <locale.h>
#include <objbase.h>
#include <sddl.h>
#include <SetupAPI.h>
#include <string.h>
#include <wchar.h>