From bb76691ec79125a399e20bf13f6e08724525081c Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Sun, 18 Jul 2021 20:37:34 +0200 Subject: [PATCH] --- Sandboxie/common/netfw.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Sandboxie/common/netfw.c b/Sandboxie/common/netfw.c index 52703c12..1dabcc1d 100644 --- a/Sandboxie/common/netfw.c +++ b/Sandboxie/common/netfw.c @@ -543,10 +543,8 @@ BOOLEAN NetFw_ParseRule(NETFW_RULE* rule, const WCHAR* found_value) #include #include -#ifdef KERNEL_MODE static int isdigit_(int c) { return (c >= '0' && c <= '9'); } static int isxdigit_(int c) { return (isdigit_(c) || (c >= 'A' && c <= 'F') || (c >= 'a' && c <= 'f')); } -#endif //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // from BSD sources: http://code.google.com/p/plan9front/source/browse/sys/src/ape/lib/bsd/?r=320990f52487ae84e28961517a4fa0d02d473bac