2024-01-28 12:50 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* contrib/hbfimage/core.c
    * use FreeImage_Rotate() instead of FreeImage_RotateClassic() in new
      FreeImage versions which do not support this function

  * contrib/hbsqlit3/core.c
    * added missing casting reported as bug in C++ mode

  * contrib/hbssl/hbssl.h
  * contrib/hbssl/rsa.c
    * added HB_SSL_CONST_BYTE() macro to pacify unconst warnings
      in old SSL versions

  * src/rdd/wacore.c
    * inlined macro to pacify still returning false warning
This commit is contained in:
Przemysław Czerpak
2024-01-28 12:50:51 +01:00
parent 8405632197
commit ae62f2effe
6 changed files with 31 additions and 8 deletions

View File

@@ -297,7 +297,8 @@ void hb_rddCloseAll( void )
hb_xfree( pRddInfo->waNums );
pRddInfo->waList = NULL;
pRddInfo->waNums = NULL;
HB_SET_WA( 1 );
pRddInfo->uiCurrArea = 1;
pRddInfo->pCurrArea = NULL;
}
}