Removed from redundant files from the mm directory
[reactos.git] / reactos / include / internal / string.h
index 4c7368a..09f1592 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef _I386_STRING_H_
 #define _I386_STRING_H_
 
+wchar_t* wcsdup(wchar_t* src);
+
+#if 0
+
 #ifndef _LINUX_TYPES_H
 #include <internal/types.h>
 #endif
@@ -480,4 +484,6 @@ extern inline void * memscan(void * addr, int c, size_t size)
        return addr;
 }
 
+#endif 
+
 #endif