2016-01-28 13:20 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/hbsocket.c
* enabled new socket functions in MSC 18.0 (before was MSC 19.0)
If someone uses this compiler and this modification created problem
then please let me now.
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2016-01-28 13:20 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/hbsocket.c
|
||||
* enabled new socket functions in MSC 18.0 (before was MSC 19.0)
|
||||
If someone uses this compiler and this modification created problem
|
||||
then please let me now.
|
||||
|
||||
2016-01-28 13:00 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/gtxwc/gtxwc.c
|
||||
! fixed buffer overflow in HB_GTI_FONTATTRIBUTE used after
|
||||
|
||||
@@ -167,7 +167,7 @@
|
||||
# elif defined( __POCC__ ) && ! defined( __XCC__ )
|
||||
# define HB_HAS_SOCKADDR_STORAGE
|
||||
# elif defined( _MSC_VER )
|
||||
# if _MSC_VER >= 1900
|
||||
# if _MSC_VER >= 1800
|
||||
# define HB_HAS_INET_PTON
|
||||
# define HB_HAS_INET_NTOP
|
||||
# define HB_HAS_ADDRINFO
|
||||
|
||||
Reference in New Issue
Block a user