Skip to content

Commit e775c16

Browse files
committed
minor change to include define
1 parent 49b3800 commit e775c16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HashLib/src/Include/HashLib.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
{$DEFINE HASHLIB_REQUIRES_PROPER_ALIGNMENT}
5353
{$ENDIF}
5454

55-
{$IFDEF CPU386}
55+
{$IFDEF CPUX86}
5656
{$DEFINE HASHLIB_I386}
5757
{$IFDEF MSWINDOWS}
5858
{$DEFINE HASHLIB_I386_ASM}

0 commit comments

Comments
 (0)