From 8935689e6a66dd5cb66fdd0473700ef9fd99156c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 22 Jun 2010 18:04:05 +0000 Subject: [PATCH] 2010-06-22 20:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwin/gtwin.c - Deleted unused/unnecessary Windows type declarations. --- harbour/ChangeLog | 10 +++++++--- harbour/src/rtl/gtwin/gtwin.c | 18 ------------------ 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 888f8fa2b2..a557cef440 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-06-22 20:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * src/rtl/gtwin/gtwin.c + - Deleted unused/unnecessary Windows type declarations. + 2010-06-22 08:54 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/generator/qt45.qtp * contrib/hbqt/hbqt.h @@ -34,14 +38,14 @@ + contrib/hbqt/qth/QItemEditorCreator.qth + contrib/hbqt/qth/QItemEditorCreatorBase.qth + contrib/hbqt/qth/QItemEditorFactory.qth - - + Added: more classes to implement GET validation - in progress. + + + Added: more classes to implement GET validation - in progress. 2010-06-22 17:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/hbsha2.c * src/rtl/hbsha2hm.c + Added Win64 support for SHA1 functions. - ; NOTE: HMAC keys longer than 2^32 bytes are not support + ; NOTE: HMAC keys longer than 2^32 bytes are not supported (unlike with SHA1), probably not huge limitation. 2010-06-22 17:37 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) diff --git a/harbour/src/rtl/gtwin/gtwin.c b/harbour/src/rtl/gtwin/gtwin.c index afe22f7ca0..2b07aa62fd 100644 --- a/harbour/src/rtl/gtwin/gtwin.c +++ b/harbour/src/rtl/gtwin/gtwin.c @@ -118,23 +118,6 @@ static HB_BOOL s_bMouseEnable = HB_TRUE; /* *********************************************************************** */ -#if defined( __IBMCPP__ ) - #undef WORD /* 2 bytes unsigned */ - typedef unsigned short int WORD; -#else - #if ! defined( HB_DONT_DEFINE_BASIC_TYPES ) - #undef WORD /* 2 bytes unsigned */ - typedef unsigned short int WORD; - - #undef DWORD /* 4 bytes unsigned */ - typedef unsigned long int DWORD; - #endif -#endif - -#if ! defined( __GNUC__ ) && defined( __CYGWIN__ ) - typedef WORD far * LPWORD; -#endif - #if defined( __RSXNT__ ) #ifndef FROM_LEFT_1ST_BUTTON_PRESSED #define FROM_LEFT_1ST_BUTTON_PRESSED 0x0001 @@ -150,7 +133,6 @@ static HB_BOOL s_bMouseEnable = HB_TRUE; #endif #endif - /* *********************************************************************** */ static int s_GtId;