Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-12593

Update _WIN32_IE to 0x603 (IE60SP2) from 0x600

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Trivial
    • None
    • Build System

    Description

      Let's be even more consistent.

      sdkddkver.h

      22 	#define _WIN32_WINNT_WS03 0x0502
       
      42 	#define _WIN32_IE_IE60 0x0600
      43 	#define _WIN32_IE_IE60SP1 0x0601
      44 	#define _WIN32_IE_IE60SP2 0x0603
       
      67 	#define _WIN32_IE_XP _WIN32_IE_IE60
      68 	#define _WIN32_IE_XPSP1 _WIN32_IE_IE60SP1
      69 	#define _WIN32_IE_XPSP2 _WIN32_IE_IE60SP2
      70 	#define _WIN32_IE_WS03 0x0602
      71 	#define _WIN32_IE_WS03SP1 _WIN32_IE_IE60SP2

      CMakeLists.txt

      181 	# Version Options
      182 	add_definitions(-DWINVER=0x502
      183 	-D_WIN32_IE=0x600
      184 	-D_WIN32_WINNT=0x502
      185 	-D_WIN32_WINDOWS=0x502
      186 	-D_SETUPAPI_VER=0x502)


      The change should have no side-effect:
      _WIN32_IE_IE60 grep
      _WIN32_IE grep

      Attachments

        Activity

          People

            Serge Gautherie Serge Gautherie
            Serge Gautherie Serge Gautherie
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: