Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-08-04 23:13:50 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-08-04 23:13:59 +0300
commit35c5017438dc83d19f85ab0c73ecdc242e9c7511 (patch)
treed155f5307c982baf9a3a20fed3e17ffdfcb8a374 /winsup/cygwin/strfuncs.cc
parentb28edc7b86c0b031c92ae9cd98c0c058f0b8aff3 (diff)
Cygwin: drop all usages of NTAPI
and drop unused prototypes from ntdll.h. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/strfuncs.cc')
-rw-r--r--winsup/cygwin/strfuncs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/strfuncs.cc b/winsup/cygwin/strfuncs.cc
index 22a79b614..0ab229053 100644
--- a/winsup/cygwin/strfuncs.cc
+++ b/winsup/cygwin/strfuncs.cc
@@ -882,7 +882,7 @@ slashify (const char *src, char *dst, bool trailing_slash_p)
static WCHAR hex_wchars[] = L"0123456789abcdef";
-NTSTATUS NTAPI
+NTSTATUS
RtlInt64ToHexUnicodeString (ULONGLONG value, PUNICODE_STRING dest,
BOOLEAN append)
{