windows-nt/Source/XPSP1/NT/com/mobile/sens/conn/nt4.inc

21 lines
380 B
PHP
Raw Normal View History

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