2007-11-01 18:16 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/rtl/cdpapi.c
    * added mossing const in declaration

  * harbour/contrib/xhb/make_b32.bat
  * harbour/contrib/xhb/make_vc.bat
  * harbour/contrib/win32/make_b32.bat
  * harbour/contrib/win32/make_vc.bat
    * changed EOL style to CRLF
This commit is contained in:
Przemyslaw Czerpak
2007-11-01 17:17:14 +00:00
parent 878b5a7406
commit c441d870aa
2 changed files with 12 additions and 2 deletions

View File

@@ -8,6 +8,16 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-11-01 18:16 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/cdpapi.c
* added mossing const in declaration
* harbour/contrib/xhb/make_b32.bat
* harbour/contrib/xhb/make_vc.bat
* harbour/contrib/win32/make_b32.bat
* harbour/contrib/win32/make_vc.bat
* changed EOL style to CRLF
2007-11-01 11:05 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/cdpapi.c
* changed accented character handling and multibyte character

View File

@@ -819,7 +819,7 @@ HB_EXPORT int hb_cdpchrcmp( char cFirst, char cSecond, PHB_CODEPAGE cdpage )
}
static int hb_cdpMultiWeight( PHB_CODEPAGE cdpage, char * szChar )
static int hb_cdpMultiWeight( PHB_CODEPAGE cdpage, const char * szChar )
{
PHB_MULTICHAR pmulti = cdpage->multi;
int j;
@@ -956,7 +956,7 @@ HB_EXPORT int hb_cdpcmp( const char* szFirst, ULONG ulLenFirst, const char* szSe
return iRet;
}
static int hb_cdpMultiWeightI( PHB_CODEPAGE cdpage, char * szChar )
static int hb_cdpMultiWeightI( PHB_CODEPAGE cdpage, const char * szChar )
{
PHB_MULTICHAR pmulti = cdpage->multi;
int j;