Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

20 lines
380 B

#
# This file contains the common stuff related to SENS on NT4 platforms.
#
#
# Do this to assure that we run on NT 4.0 and Win95, even with
# NT5/Memphis headers.
!if !defined(WIN32_WINNT_VERSION)
WIN32_WINNT_VERSION=0x0400
!endif
!if !defined(WIN32_IE_VERSION)
WIN32_IE_VERSION=0x0500
!endif
# Override NT5 settings
SUBSYSTEM_VERSION=4.00
C_DEFINES=$(C_DEFINES) -DSENS_NT4