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/gsProgman.cpp

    r1672 r1878  
    247247      FilePath *fullPath;
    248248
    249       if (this->platform->isUserAdministrator())
     249      if (this->platform->isWindowsNT() && this->platform->isUserAdministrator())
    250250    {
    251251#if defined (__GNUC__)
     
    352352      LPITEMIDLIST pidl;
    353353     
    354       if (this->platform->isUserAdministrator())
     354      if (this->platform->isWindowsNT() && this->platform->isUserAdministrator())
    355355    {
    356356#if defined (__GNUC__)
     
    414414    // if the user is adminstrator, take the folder from the common programs folder
    415415    // (in the "All Users" profile)
    416     if (this->platform->isUserAdministrator())
     416    if (this->platform->isWindowsNT() && this->platform->isUserAdministrator())
    417417    {
    418418#if defined (__GNUC__)
Note: See TracChangeset for help on using the changeset viewer.