VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/Makefile.inc
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-26 16:56:15 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-27 00:55:24 +0200
commit79cb3af526e0c1c26f24e0199239e4a1e06d5415 (patch)
tree6056e22e828acb8182aaa465171d96a9b809517d /src/Crypto/Makefile.inc
parent51675fd17f304ff5eddff2838109905b625ec01e (diff)
downloadVeraCrypt-79cb3af526e0c1c26f24e0199239e4a1e06d5415.tar.gz
VeraCrypt-79cb3af526e0c1c26f24e0199239e4a1e06d5415.zip
Windows: use yasm define __YASM__ for compatibility with the assembly changes done in MacOSX.
Diffstat (limited to 'src/Crypto/Makefile.inc')
-rw-r--r--src/Crypto/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Crypto/Makefile.inc b/src/Crypto/Makefile.inc
index b1db4434..016451ad 100644
--- a/src/Crypto/Makefile.inc
+++ b/src/Crypto/Makefile.inc
@@ -1,5 +1,5 @@
TC_ASFLAGS = -Xvc -Ox
-VC_YASMFLAGS = -Xvc -D WINABI
+VC_YASMFLAGS = -Xvc -D WINABI -D __YASM__
!if "$(TC_ARCH)" == "x86"
TC_ASFLAGS = $(TC_ASFLAGS) -f win32 --prefix _ -D MS_STDCALL -D DLL_EXPORT