Windows-Server-2003/base/ntdll/ntdll.inc

15 lines
221 B
PHP
Raw Normal View History

2024-08-04 01:28:15 +02:00
!if defined(BUILD_CHECKED_KERNEL)
NTDEBUG=ntsd
FREEBUILD=0
!endif
!include $(PROJECT_ROOT)\prerelease.inc
# No overflow checking for ntdll.dll
BUFFER_OVERFLOW_CHECKS=0
!if $(IA64)
# Emit LTCG codegen
LTCG_WKS=1
!endif