We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd064fa commit b708ecdCopy full SHA for b708ecd
1 file changed
HashLib/src/Include/HashLibFPC.inc
@@ -17,6 +17,10 @@
17
{$MESSAGE ERROR 'This Library requires FreePascal 3.0.0 or higher.'}
18
{$IFEND}
19
20
+ {$IFDEF ENDIAN_BIG}
21
+ {$MESSAGE FATAL 'This Library does not support "Big Endian" processors yet.'}
22
+ {$ENDIF}
23
+
24
{$IFDEF FPC_LITTLE_ENDIAN}
25
{$DEFINE HASHLIB_LITTLE_ENDIAN}
26
{$ENDIF}
0 commit comments