Viktor Szakats
786dc0ec9b
2009-09-22 09:47 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* include/hbwince.h
* source/common/hbwince.c
+ Added WIDE version of dummy winapi implementations for WinCE.
* source/common/hbffind.c
* source/common/hbfsapi.c
* source/rtl/diskspac.c
* source/rtl/disksphb.c
* source/rtl/filesys.c
* source/vm/dynlibhb.c
* contrib/hbmzip/hbmzip.c
* contrib/xhb/filestat.c
* contrib/hbwin/win_dll.c
* contrib/hbwin/wapi_winbase.c
* contrib/hbwin/win_prn1.c
* contrib/hbwin/win_prn2.c
+ Changed forced ANSI version of winapi calls to native version.
! Fixed potential GPF in WIN_LOADBITMAPFILE().
% Cleaned types/variables in hb_PrintFileRaw().
% Minor type cleanup and formatting in filestat.c.
; 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/common/hbgete.c:75: DWORD size = GetEnvironmentVariableA( szName, NULL, 0 );
source/common/hbgete.c:80: GetEnvironmentVariableA( szName, pszBuffer, size );
source/common/hbgete.c:114: bRetVal = GetEnvironmentVariableA( szName, szBuffer, nSize ) != 0;
source/common/hbgete.c:157: return SetEnvironmentVariableA( szName, szValue ) != 0;
source/rtl/filesys.c:2687: fResult = GetCurrentDirectoryA( ulSize, pszBuffer );
source/rtl/filesys.c:2876: type = GetDriveTypeA( buffer );
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 );
source/rtl/net.c:157: GetComputerNameA( pszValue, &ulLen );
source/rtl/net.c:186: GetUserNameA( pszValue, &ulLen );
contrib/hbwin/win_prn2.c:169: DWORD dwSize = GetProfileStringA( "windows", "device", "", pPrinterName, *pdwBufferSize );
---
; Review me.
2009-09-22 07:49:14 +00:00
..
2009-08-17 17:32:21 +00:00
2009-08-17 17:32:21 +00:00
2009-08-17 17:32:21 +00:00
2009-08-17 17:32:21 +00:00
2009-09-20 12:53:51 +00:00
2009-07-23 10:03:20 +00:00
2009-06-13 22:44:34 +00:00
2009-06-13 22:44:34 +00:00
2009-07-09 21:22:22 +00:00
2009-09-08 10:03:24 +00:00
2009-09-11 18:38:10 +00:00
2009-04-11 10:57:29 +00:00
2009-04-10 20:47:46 +00:00
2009-07-29 15:47:59 +00:00
2009-09-22 07:49:14 +00:00
2009-06-24 20:37:05 +00:00
2009-09-08 10:03:24 +00:00
2009-07-10 19:21:40 +00:00
2009-07-10 19:21:40 +00:00
2009-08-17 12:13:52 +00:00
2009-08-03 23:27:00 +00:00
2009-08-21 14:16:41 +00:00
2009-04-16 15:48:13 +00:00
2009-06-03 10:26:40 +00:00
2009-04-11 10:57:29 +00:00
2009-06-14 08:38:37 +00:00
2009-09-19 23:40:32 +00:00
2009-07-28 12:33:49 +00:00
2001-04-12 18:56:30 +00:00
2009-06-26 01:17:15 +00:00
2009-09-04 13:13:07 +00:00
2009-08-25 08:52:54 +00:00
2009-07-09 21:22:22 +00:00
2009-07-09 21:22:22 +00:00
2009-08-21 19:00:06 +00:00
2009-09-22 00:05:35 +00:00
2009-09-08 10:03:24 +00:00
2009-08-21 11:39:05 +00:00
2009-09-20 12:53:51 +00:00
2009-07-03 07:42:17 +00:00
2009-06-03 10:26:40 +00:00
2009-04-10 20:47:46 +00:00
2009-06-27 21:11:07 +00:00
2009-04-10 20:47:46 +00:00
2009-09-02 14:52:49 +00:00
2009-09-11 18:38:10 +00:00
2009-07-06 10:41:23 +00:00
2009-09-08 10:10:24 +00:00
2008-11-09 16:16:54 +00:00