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

CreateWindow not setting error on success.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.4.7
    • Win32SS

    Description

      If CreateWindowExW/A (.....) is successful, it should set SetLastError (0). Currently, it doesn't. Yes, there is a test for this.

      if (hwnd)
      SetLastError(0);

      return hwnd;

      Attachments

        Issue Links

          Activity

            People

              jimtabor jimtabor
              mudhead mudhead
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: