Ignore:
Timestamp:
2001-01-31T05:32:59+13:00 (23 years ago)
Author:
cs025
Message:

Improvements to reduce errors reported by VC++ 6.0, and extended fixes in
gsProgman on fixing Windows 95 problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsinstaller/gsPlatform.cpp

    r1763 r1878  
    155155      LocalFree(aclData);
    156156      FreeSid(adminId);
    157       return result;
     157      return (result != 0);
    158158    }
    159159  return true;
     
    188188    }
    189189    }
    190   return ExitWindowsEx(EWX_REBOOT | EWX_FORCE, 0);
     190  return (ExitWindowsEx(EWX_REBOOT | EWX_FORCE, 0) != 0);
    191191}
    192192
Note: See TracChangeset for help on using the changeset viewer.