diff --git a/sswin32.inc b/sswin32.inc index 9ac7248..b234db8 100644 --- a/sswin32.inc +++ b/sswin32.inc @@ -1,5 +1,5 @@ {==============================================================================| -| Project : Ararat Synapse | 002.003.000 | +| Project : Ararat Synapse | 002.003.001 | |==============================================================================| | Content: Socket Independent Platform Layer - Win32/64 definition include | |==============================================================================| @@ -242,6 +242,14 @@ For IPv6 support you must have new API! {$ELSE} {$PACKRECORDS C} {$ENDIF} +{$ELSE} + {$IFDEF WIN64} + {$ALIGN ON} + {$MINENUMSIZE 4} + {$ELSE} + {$MINENUMSIZE 4} + {$ALIGN OFF} + {$ENDIF} {$ENDIF} interface