Skip to content

Commit d5c9dc9

Browse files
authored
Update uRESTDW.inc
Correção de .inc está definindo USE_TAURUS_TLS globalmente para Lazarus/FPC. Isso obriga até o pacote Indy normal a procurar TaurusTLS.
1 parent 58f70f3 commit d5c9dc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CORE/Source/Includes/uRESTDW.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
{$DEFINE RESTFDMEMTABLE}
4848
{.$DEFINE UNIDACMEM}
4949
{.$DEFINE ZEOSMEM}
50-
{$DEFINE USE_TAURUS_TLS}
50+
{.$DEFINE USE_TAURUS_TLS}
5151
{$IFEND}
5252
{$ELSE}
5353
//For Lazarus
5454
{$DEFINE RESTDWMEMTABLE}
5555
{.$DEFINE UNIDACMEM}
5656
{.$DEFINE ZEOSMEM}
57-
{$DEFINE USE_TAURUS_TLS}
57+
{.$DEFINE USE_TAURUS_TLS}
5858
{$ENDIF}
5959

6060

0 commit comments

Comments
 (0)