mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-12-22 15:58:53 +00:00
Fixed 32-bit Windows build
This commit is contained in:
parent
219efce06c
commit
88cf9d0728
@ -1,3 +1,5 @@
|
|||||||
|
IFDEF RAX
|
||||||
|
|
||||||
PUBLIC squareHash
|
PUBLIC squareHash
|
||||||
|
|
||||||
.code
|
.code
|
||||||
@ -6,4 +8,6 @@ squareHash PROC
|
|||||||
include asm/squareHash.inc
|
include asm/squareHash.inc
|
||||||
squareHash ENDP
|
squareHash ENDP
|
||||||
|
|
||||||
|
ENDIF
|
||||||
|
|
||||||
END
|
END
|
Loading…
Reference in New Issue
Block a user