update for HEAD-2003021201
[reactos.git] / lib / kernel32 / nls / wctomb.c
index c93826d..ab2b5d2 100644 (file)
@@ -27,7 +27,9 @@ extern PLOCALE        __TebLocale;
 
 #define GetTebLocale() __TebLocale
  
-INT WideCharToMultiByte(UINT cpid, DWORD flags, LPCWSTR src, int srclen,
+INT 
+STDCALL
+WideCharToMultiByte(UINT cpid, DWORD flags, LPCWSTR src, int srclen,
                         LPSTR dest, int destlen, LPCSTR pdefchar,
                         LPBOOL pdefused )
 {