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:
Diffstat (limited to 'winsup/cygwin/string.h')
-rw-r--r--winsup/cygwin/string.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/string.h b/winsup/cygwin/string.h
index ee831191e..cb870646e 100644
--- a/winsup/cygwin/string.h
+++ b/winsup/cygwin/string.h
@@ -59,6 +59,8 @@ strechr (const char *s, int c)
return res;
}
+#ifdef __INSIDE_CYGWIN__
+
/* Don't use. Not NLS aware. */
#if 0 // Not NLS aware
extern const char isalpha_array[];
@@ -145,7 +147,10 @@ char * __stdcall cygwin_strlwr (char *);
#define strupr cygwin_strupr
char * __stdcall cygwin_strupr (char *);
+#endif /* __INSIDE_CYGWIN__ */
+
#ifdef __cplusplus
}
#endif
+
#endif /* _CYGWIN_STRING_H */