Resent in case it was mangled.
diff --git a/mingw-w64-headers/crt/tchar.h b/mingw-w64-headers/crt/tchar.h
index 3567085..c82634a 100644
--- a/mingw-w64-headers/crt/tchar.h
+++ b/mingw-w64-headers/crt/tchar.h
@@ -16,6 +16,8 @@
extern "C" {
#endif
+#ifndef __CYGWIN__
+
#define _ftcscat _tcscat
#define _ftcschr _tcschr
#define _ftcscpy _tcscpy
@@ -79,6 +81,8 @@ extern "C" {
#define _WConst_return _CONST_RETURN
+#endif /* __CYGWIN__ */
+
#ifdef _UNICODE
#ifdef __cplusplus
@@ -91,12 +95,16 @@ extern "C" {
extern "C" {
#endif
+#ifndef __CYGWIN__
+
#ifndef _WCTYPE_T_DEFINED
#define _WCTYPE_T_DEFINED
typedef unsigned short wint_t;
typedef unsigned short wctype_t;
#endif
+#endif /* __CYGWIN__ */
+
#ifndef __TCHAR_DEFINED
#define __TCHAR_DEFINED
typedef wchar_t _TCHAR;
@@ -118,6 +126,8 @@ extern "C" {
#define __T(x) L##x
+#ifndef __CYGWIN__
+
#define _tmain wmain
#define _tWinMain wWinMain
#define _tenviron _wenviron
@@ -470,6 +480,8 @@ extern "C" {
#define _ttelldir _wtelldir
#define _tseekdir _wseekdir
+#endif /* __CYGWIN__ */
+
#else
#ifdef __cplusplus
@@ -486,6 +498,8 @@ extern "C" {
#define __T(x) x
+#ifndef __CYGWIN__
+
#define _tmain main
#define _tWinMain WinMain
#ifdef _POSIX_
@@ -733,12 +747,16 @@ extern "C" {
#define _tsetlocale setlocale
+#endif /* __CYGWIN__ */
+
#ifdef _MBCS
#ifdef __cplusplus
}
#endif
+#ifndef __CYGWIN__
+
#include <mbstring.h>
#ifdef __cplusplus
@@ -939,6 +957,9 @@ extern "C" {
#define _istlead _ismbblead
#define _istleadbyte isleadbyte
#define _istleadbyte_l _isleadbyte_l
+
+#endif /* __CYGWIN__ */
+
#else
#ifndef __TCHAR_DEFINED
@@ -958,6 +979,8 @@ extern "C" {
#endif
#endif
+#ifndef __CYGWIN__
+
#define _tcschr strchr
#define _tcscspn strcspn
#define _tcsncat strncat
@@ -1096,6 +1119,8 @@ extern "C" {
#endif
#endif
+#endif /* __CYGWIN__ */
+
#define _T(x) __T(x)
#define _TEXT(x) __T(x)
@@ -1103,5 +1128,7 @@ extern "C" {
}
#endif
+#ifndef __CYGWIN__
#include <sec_api/tchar_s.h>
+#endif /* __CYGWIN__ */
#endif
0xD4EBC740.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
