[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / include / c++ / stlport / using / cstring
diff --git a/reactos/include/c++/stlport/using/cstring b/reactos/include/c++/stlport/using/cstring
deleted file mode 100644 (file)
index 0ec3b69..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-using _STLP_VENDOR_CSTD::size_t;\r
-\r
-#if !defined (_STLP_NO_CSTD_FUNCTION_IMPORTS)\r
-#  if defined (__MSL__) && __MC68K__ && !_No_BlockMove && __dest_os == __mac_os\r
-#    undef memcpy\r
-#    undef memmove\r
-inline void* memcpy(void* dst, const void* src, size_t len)\r
-{      return _STLP_VENDOR_CSTD::__memcpy(dst, src, len); }\r
-inline void* memmove(void* dst, const void* src, size_t len)\r
-{      return _STLP_VENDOR_CSTD::__memmove(dst, src, len); }\r
-#  else\r
-using _STLP_VENDOR_CSTD::memmove;\r
-using _STLP_VENDOR_CSTD::memcpy;\r
-#  endif\r
-\r
-#  if !defined (_STLP_WCE)\r
-// these functions just don't exist on Windows CE\r
-using _STLP_VENDOR_CSTD::strcoll;\r
-using _STLP_VENDOR_CSTD::strerror;\r
-using _STLP_VENDOR_CSTD::strxfrm;\r
-#  endif\r
-\r
-#  if defined (__BORLANDC__)\r
-extern "C++" {\r
-#  endif\r
-using _STLP_VENDOR_CSTD::memchr;\r
-using _STLP_VENDOR_CSTD::strchr;\r
-using _STLP_VENDOR_CSTD::strpbrk;\r
-using _STLP_VENDOR_CSTD::strrchr;\r
-using _STLP_VENDOR_CSTD::strstr;\r
-#  if defined (__BORLANDC__)\r
-}\r
-#  endif\r
-\r
-using _STLP_VENDOR_CSTD::memcmp;\r
-using _STLP_VENDOR_CSTD::memset;\r
-\r
-using _STLP_VENDOR_CSTD::strcat;\r
-\r
-#  if !defined (strcmp) || !defined (__BORLANDC__)\r
-using _STLP_VENDOR_CSTD::strcmp;\r
-#  else\r
-using ::strcmp;\r
-#  endif\r
-\r
-#  if !defined (strcpy) || !defined (__BORLANDC__)\r
-using _STLP_VENDOR_CSTD::strcpy;\r
-#  else\r
-using ::strcpy;\r
-#  endif\r
-using _STLP_VENDOR_CSTD::strcspn;\r
-using _STLP_VENDOR_CSTD::strlen;\r
-using _STLP_VENDOR_CSTD::strncat;\r
-using _STLP_VENDOR_CSTD::strncmp;\r
-\r
-using _STLP_VENDOR_CSTD::strncpy;\r
-using _STLP_VENDOR_CSTD::strspn;\r
-\r
-using _STLP_VENDOR_CSTD::strtok;\r
-#endif /* _STLP_NO_CSTD_FUNCTION_IMPORTS */\r