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.

8 lines
316 B

  1. # By default be compatible with NT 4 and IE 3
  2. # This is mainly to be compatible to the old comctl32.dll
  3. # If this is not needed include $(NTMAKEENV)\makefile.def
  4. # direct.
  5. WIN32_WINNT_VERSION=0x0400
  6. WIN32_IE_VERSION=0x0300
  7. !include $(NTMAKEENV)\makefile.def
  8. #_WIN32_IEWIN32_DEFINE=$(WIN32_DEFINE) -D_WIN32_IE=0x0300