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

[PATCH] explorer: fix for x64 build

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.4.0
    • None

    Description

      There is CustomizeClassicProc defined in \base\shell\explorer\startmnucust.cpp . It used as DLGPROC - so it must return INT_PTR, but it returns BOOL. it works because on 32-bit build INT_PTR and BOOL are both int , but on 64-bit build INT_PTR is __int64 and BOOL is just int .
      Tested on msvc2012 x64 build

      Attachments

        Activity

          People

            ThePhysicist Timo Kreuzer
            serrox serrox
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: