Ignore:
Timestamp:
2000-09-13T05:41:01+12:00 (24 years ago)
Author:
cs025
Message:

Fixes for WindowsNT. Also made File class subclass of FilePath class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsinstaller/registry.cpp

    r1536 r1541  
    2222  LONG reply;
    2323
    24   reply = RegOpenKeyEx(key, name, 0, KEY_QUERY_VALUE, keyout);
     24  reply = RegOpenKeyEx(key, name, 0, KEY_QUERY_VALUE | KEY_SET_VALUE, keyout);
    2525  if (reply != ERROR_SUCCESS)
    2626    {
Note: See TracChangeset for help on using the changeset viewer.