aboutsummaryrefslogtreecommitdiffstats
path: root/api/pch.h
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-07-28 12:30:12 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-10-30 16:50:59 +0100
commit4c131caa7d8cfbd412e5b30f9c95a9a6338e9d6e (patch)
tree08540d35c684cadb009bd02c7d5cfff459417868 /api/pch.h
parentapi: fix trailing number detection in RemoveNumberedSuffix() (diff)
downloadwintun-4c131caa7d8cfbd412e5b30f9c95a9a6338e9d6e.tar.xz
wintun-4c131caa7d8cfbd412e5b30f9c95a9a6338e9d6e.zip
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>
Diffstat (limited to 'api/pch.h')
-rw-r--r--api/pch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/pch.h b/api/pch.h
index 5767deb..1e0b311 100644
--- a/api/pch.h
+++ b/api/pch.h
@@ -10,6 +10,7 @@
#include <bcrypt.h>
#include <cfgmgr32.h>
#include <iphlpapi.h>
+#include <locale.h>
#include <objbase.h>
#include <sddl.h>
#include <SetupAPI.h>