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

  1. #
  2. # This file contains the common stuff related to SENS on NT4 platforms.
  3. #
  4. #
  5. # Do this to assure that we run on NT 4.0 and Win95, even with
  6. # NT5/Memphis headers.
  7. !if !defined(WIN32_WINNT_VERSION)
  8. WIN32_WINNT_VERSION=0x0400
  9. !endif
  10. !if !defined(WIN32_IE_VERSION)
  11. WIN32_IE_VERSION=0x0500
  12. !endif
  13. # Override NT5 settings
  14. SUBSYSTEM_VERSION=4.00
  15. C_DEFINES=$(C_DEFINES) -DSENS_NT4