Ignore:
Timestamp:
Jun 19, 2024, 11:15:44 PM (4 weeks ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/RegistryEx.pas

    r314 r315  
    1 unit URegistry;
    2 
    3 {$MODE delphi}
     1unit RegistryEx;
    42
    53interface
     
    4846    HKEY_CURRENT_CONFIG, HKEY_DYN_DATA);
    4947
     48
    5049implementation
    51 
    5250
    5351{ TRegistryContext }
     
    135133  //CloseKey;
    136134  {$ENDIF}
    137   Result := inherited OpenKey(Key, CanCreate);
     135  Result := inherited;
    138136end;
    139137
Note: See TracChangeset for help on using the changeset viewer.