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:
Przemysław Czerpak
2016-01-28 13:20:03 +01:00
parent ffd3bf50e5
commit 301e4553a9
2 changed files with 7 additions and 1 deletions

View File

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

View File

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