windows-nt/Source/XPSP1/NT/inetcore/setup/makefile.def

9 lines
316 B
Modula-2
Raw Normal View History

2020-09-26 03:20:57 -05:00
# 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