Viktor Szakats
1a71aa5b61
2009-10-15 15:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* src/common/hbgete.c
* src/rtl/filesys.c
* src/rtl/net.c
+ Changed to use native instead of fixed ANSI version of win API calls.
; Please review me, all these are critical low level functions,
so any mistakes can be deadly.
; TODO: There are still some forced ANSI calls in Harbour code:
(plus some dynamically called ones)
---
source/common/hbver.c:264: if( GetVersionExA( &osVer ) )
source/common/hbver.c:306: if( GetVersionExA( ( OSVERSIONINFOA * ) &osVerEx ) )
source/rtl/fstemp.c:153: if( ! GetTempPathA( ( DWORD ) ( HB_PATH_MAX - 1 ), pszName ) )
source/rtl/fstemp.c:270: if( ! GetTempPathA( ( DWORD ) HB_PATH_MAX, szTempDir ) )
source/rtl/fstemp.c:278: fResult = GetTempFileNameA( szTempDir, pszPrefix ? pszPrefix : "hb", 0, pszBuffer );
contrib/hbwin/win_prn2.c:169: DWORD dwSize = GetProfileStringA( "windows", "device", "", pPrinterName, *pdwBufferSize );
---
* src/rtl/fstemp.c
* Minor formatting.
2009-10-15 13:56:40 +00:00
..
2009-10-14 15:19:16 +00:00
2009-10-12 03:29:22 +00:00
2009-10-14 20:23:44 +00:00
2009-10-11 23:15:09 +00:00
2009-10-13 13:17:15 +00:00
2009-10-07 09:35:33 +00:00
2009-09-21 10:42:53 +00:00
2009-10-13 22:16:30 +00:00
2009-10-08 12:22:14 +00:00
2009-10-15 13:56:40 +00:00
2009-10-12 22:22:37 +00:00
2009-10-15 11:57:57 +00:00
2009-10-15 13:56:40 +00:00
2009-10-11 22:35:16 +00:00
2009-08-23 10:57:51 +00:00
2009-10-06 19:14:36 +00:00
2009-10-06 19:14:36 +00:00
2009-10-09 14:54:14 +00:00
2009-10-14 16:48:25 +00:00
2009-10-09 14:54:14 +00:00
2009-10-11 23:15:09 +00:00
2009-03-25 15:34:09 +00:00
2009-09-19 12:43:58 +00:00
2009-09-19 12:43:58 +00:00
2009-09-23 20:06:33 +00:00
2009-10-02 14:53:49 +00:00
2009-10-09 14:54:14 +00:00
2009-09-15 13:48:33 +00:00
2009-01-26 10:34:42 +00:00
2009-08-23 10:57:51 +00:00