[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / lib / sdk / crt / string / i386 / tcscmp.inc
diff --git a/reactos/lib/sdk/crt/string/i386/tcscmp.inc b/reactos/lib/sdk/crt/string/i386/tcscmp.inc
deleted file mode 100644 (file)
index 62167ac..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-\r
-#include "tchar.h"\r
-#include <asm.inc>\r
-\r
-PUBLIC _tcscmp\r
-.code\r
-\r
-FUNC _tcscmp\r
-    FPO 0, 2, 2, 2, 0, FRAME_FPO\r
-    push esi\r
-    push edi\r
-    mov esi, [esp + 12]\r
-    mov edi, [esp + 16]\r
-    xor eax, eax\r
-    cld\r
-\r
-.L1:\r
-    _tlods\r
-    _tscas\r
-    jne .L2\r
-    test eax, eax\r
-    jne .L1\r
-    xor eax, eax\r
-    jmp .L3\r
-\r
-.L2:\r
-    sbb eax, eax\r
-    or al, 1\r
-\r
-.L3:\r
-    pop edi\r
-    pop esi\r
-    ret\r
-ENDFUNC\r
-\r
-END\r
-/* EOF */\r