Fix a load of assumptions about default calling convention, a lot more remain.
[reactos.git] / reactos / lib / sdk / crt / string / tcslen.h
index e8de5b2..c7ae4cf 100644 (file)
@@ -6,7 +6,7 @@
 #pragma function(_tcslen)
 #endif /* _MSC_VER */
 
-size_t _tcslen(const _TCHAR * str)
+size_t __cdecl _tcslen(const _TCHAR * str)
 {
  const _TCHAR * s;