Re: [Harbour] SF.net SVN: harbour-project:[13980] trunk/harbour

2010-02-24 Thread Przemysław Czerpak
On Wed, 24 Feb 2010, Szak�ts Viktor wrote: Hi, > > Log Message: > > --- > > 2010-02-24 12:42 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) > > * harbour/src/rtl/filesys.c > >! fixed typo and casting due to wrong OS2 API documentation > >* use DosQueryCurrentDir() instead o

Re: [Harbour] SF.net SVN: harbour-project:[13980] trunk/harbour

2010-02-24 Thread Maurilio Longo
Przemyslaw, dru...@users.sourceforge.net wrote: > * use DosQueryCurrentDir() instead of DosQCurDir() macro DosQCurDir() is the old 16 bit API. OS/2 was 16bit protect mode in its beginning. Maurilio. BTW, I was fixing CurDrive() this morning using _getcwd1(), is this telepathy?? -- _

Re: [Harbour] SF.net SVN: harbour-project:[13980] trunk/harbour

2010-02-24 Thread Viktor Szakáts
Hi, > Log Message: > --- > 2010-02-24 12:42 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) > * harbour/src/rtl/filesys.c >! fixed typo and casting due to wrong OS2 API documentation >* use DosQueryCurrentDir() instead of DosQCurDir() macro > >TOFIX: Current HVM cannot b

[Harbour] SF.net SVN: harbour-project:[13980] trunk/harbour

2010-02-24 Thread druzus
Revision: 13980 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13980&view=rev Author: druzus Date: 2010-02-24 11:42:48 + (Wed, 24 Feb 2010) Log Message: --- 2010-02-24 12:42 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/files