[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : phil
Repository : xara
Revision : 733
Date : Wed Mar 29 12:42:43 BST 2006
Changed paths:
M /Trunk/XaraLX/wxOil/basestr.h
Ben Fowler's typo changes plus some of my own.
Diff:
Index: Trunk/XaraLX/wxOil/basestr.h
===================================================================
--- Trunk/XaraLX/wxOil/basestr.h (revision 732)
+++ Trunk/XaraLX/wxOil/basestr.h (revision 733)
@@ -302,15 +302,15 @@
// This is our very own version of the Windows string function lstrcpyn(), which
// was mysteriously dropped from the Win32 API. Using the standard C library function
-// strncpy() doesn't give quit the same results, so we must provide our own.
+// strncpy() doesn't give quite the same results, so we must provide our own.
TCHAR* cc_lstrcpyn(TCHAR* dest, const TCHAR* src, size_t n);
-const TCHAR *cc_lstrstr(const TCHAR *String1, const TCHAR *String2);
-TCHAR* cc_lstristr(TCHAR *String1, TCHAR *String2);
-TCHAR* cc_lstrchr(TCHAR *Src, TCHAR c);
-TCHAR* cc_lstrichr(TCHAR *String1, TCHAR c);
-TCHAR* cc_lstrrchr(TCHAR *Src, TCHAR c);
-TCHAR* cc_lstrtok(TCHAR *String1, TCHAR *String2);
-INT32 cc_lstrncmp(TCHAR *String1, TCHAR *String2, INT32 Count);
+const TCHAR* cc_lstrstr(const TCHAR* String1, const TCHAR *String2);
+TCHAR* cc_lstristr(TCHAR* String1, TCHAR* String2);
+TCHAR* cc_lstrchr(TCHAR* Src, TCHAR c);
+TCHAR* cc_lstrichr(TCHAR* String1, TCHAR c);
+TCHAR* cc_lstrrchr(TCHAR* Src, TCHAR c);
+TCHAR* cc_lstrtok(TCHAR* String1, TCHAR* String2);
+INT32 cc_lstrncmp(TCHAR* String1, TCHAR* String2, INT32 Count);
size_t cc_strlenCharacters( const TCHAR* string );
size_t cc_strlenBytes( const TCHAR* string );
Xara