2010-06-22 20:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* src/rtl/gtwin/gtwin.c
    - Deleted unused/unnecessary Windows type declarations.
This commit is contained in:
Viktor Szakats
2010-06-22 18:04:05 +00:00
parent 5e48c4944c
commit 8935689e6a
2 changed files with 7 additions and 21 deletions

View File

@@ -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)

View File

@@ -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;