mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
Fixed 32-bit Windows build
This commit is contained in:
parent
219efce06c
commit
88cf9d0728
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue