summaryrefslogtreecommitdiff
path: root/include/uriparser/UriDefsUnicode.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2026-05-08 11:53:46 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2026-05-08 11:53:46 +0200
commit5177d88bf591522d1b934e24221e16e02cd1592b (patch)
tree1d8458cb6627ccfc673f791c5f0db45f9c06f7e0 /include/uriparser/UriDefsUnicode.h
parenta1dac799b819ba356a2faff3a98d7f5f076c24b6 (diff)
parentc3dce46c5f7cad6bc3cc91cc2c711ac089f25923 (diff)
Update upstream source from tag 'upstream/1.0.1+dfsg'
Update to upstream version '1.0.1+dfsg' with Debian dir 3248cd7c10aca9ce2c693401e326390414aefe62
Diffstat (limited to 'include/uriparser/UriDefsUnicode.h')
-rw-r--r--include/uriparser/UriDefsUnicode.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/include/uriparser/UriDefsUnicode.h b/include/uriparser/UriDefsUnicode.h
index 01421f5..6fce672 100644
--- a/include/uriparser/UriDefsUnicode.h
+++ b/include/uriparser/UriDefsUnicode.h
@@ -46,24 +46,18 @@
/* Allow multi inclusion */
#include "UriDefsConfig.h"
-
-
#undef URI_CHAR
#define URI_CHAR wchar_t
#undef _UT
#define _UT(x) L##x
-
-
#undef URI_FUNC
#define URI_FUNC(x) uri##x##W
#undef URI_TYPE
#define URI_TYPE(x) Uri##x##W
-
-
#undef URI_STRLEN
#define URI_STRLEN wcslen
#undef URI_STRCPY
@@ -76,7 +70,7 @@
/* TODO Remove on next source-compatibility break */
#undef URI_SNPRINTF
#if (defined(__WIN32__) || defined(_WIN32) || defined(WIN32))
-# define URI_SNPRINTF _snwprintf
+# define URI_SNPRINTF _snwprintf
#else
-# define URI_SNPRINTF swprintf
+# define URI_SNPRINTF swprintf
#endif