- Replace the hardcoded calls to Unicode-Functions. Use the module configuration...
[reactos.git] / reactos / dll / cpl / intl / intl.h
index 5949c4e..11de0c2 100644 (file)
@@ -82,11 +82,11 @@ TimePageProc(HWND hwndDlg,
 void SetNewLocale(LCID lcid);
 
 /* misc.c */
-WCHAR*
-InsSpacesFmt(const WCHAR *wszSourceStr, const WCHAR *wszFmtStr);
+LPTSTR
+InsSpacesFmt(LPCTSTR szSourceStr, LPCTSTR szFmtStr);
 
-WCHAR*
-ReplaceSubStr(const WCHAR *wszSourceStr, const WCHAR *wszStrToReplace, const WCHAR *wszTempl);
+LPTSTR
+ReplaceSubStr(LPCTSTR szSourceStr, LPCTSTR szStrToReplace, LPCTSTR szTempl);
 
 LONG
 APIENTRY