mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
316 B
8 lines
316 B
# 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
|