Browse Source

Fixed 32-bit Windows build

tevador 7 years ago
parent
commit
88cf9d0728
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/squareHash.asm

+ 4 - 0
src/squareHash.asm

@@ -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