9 lines
316 B
Modula-2
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
|