2007-11-13 22:22 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/cdpapi.c
! fixed bad typo in my last modification
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2007-11-13 22:22 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/rtl/cdpapi.c
|
||||
! fixed bad typo in my last modification
|
||||
|
||||
2007-11-13 14:38 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/bin/hb-func.sh
|
||||
* do not include gtwin in harbour.dll for MinGW-CE builds
|
||||
|
||||
@@ -383,8 +383,8 @@ HB_EXPORT BOOL hb_cdpRegister( PHB_CODEPAGE cdpage )
|
||||
cdpage->s_accent[iu] = ia;
|
||||
cdpage->s_accent[il] = ia + nAddLower;
|
||||
}
|
||||
cdpage->s_upper[iu] = *ptrUpper;
|
||||
cdpage->s_lower[il] = *ptrLower;
|
||||
cdpage->s_upper[il] = *ptrUpper;
|
||||
cdpage->s_lower[iu] = *ptrLower;
|
||||
}
|
||||
if( cdpage->lLatin )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user