windows-nt/Source/XPSP1/NT/inetcore/setup/makefile.def
2020-09-26 16:20:57 +08:00

9 lines
316 B
Modula-2

# By default be compatible with NT 4 and IE 3
# This is mainly to be compatible to the old comctl32.dll
# If this is not needed include $(NTMAKEENV)\makefile.def
# direct.
WIN32_WINNT_VERSION=0x0400
WIN32_IE_VERSION=0x0300
!include $(NTMAKEENV)\makefile.def
#_WIN32_IEWIN32_DEFINE=$(WIN32_DEFINE) -D_WIN32_IE=0x0300