mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
Updated to version 1.132
Please keep in mind that this is still a development version and might surprise you (not necessarily in a good way). Do not let me discourage you to build and test this version, although there will be some risks involved such as data corruption or loss of data.
This commit is contained in:
Executable → Regular
+3
@@ -39,7 +39,10 @@ typedef struct
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
VOID multiply_32_by_32_to_64(ULONG ab,ULONG cd,QUAD * product);
|
||||
ULONG multiply_64_by_32_to_64(const QUAD * const abcd,ULONG ef,QUAD * abcdef);
|
||||
ULONG divide_64_by_32(const QUAD * const dividend,ULONG divisor,QUAD * quotient);
|
||||
ULONG add_64_plus_64_to_64(const QUAD * const a,const QUAD * const b,QUAD * ab);
|
||||
ULONG subtract_64_from_64_to_64(const QUAD * const minuend,const QUAD * const subtrahend,QUAD * difference);
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user