1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 11:28:26 -06:00

Windows: use yasm define __YASM__ for compatibility with the assembly changes done in MacOSX.

This commit is contained in:
Mounir IDRASSI
2017-06-26 16:56:15 +02:00
parent 51675fd17f
commit 79cb3af526
2 changed files with 25 additions and 25 deletions

View File

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