Ignore:
Timestamp:
Dec 19, 1999, 11:05:40 PM (26 years ago)
Author:
sandervl
Message:

Implemented some service apis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/advapi32/registry.cpp

    r1915 r2150  
    1 /* $Id: registry.cpp,v 1.7 1999-12-01 10:48:16 sandervl Exp $ */
     1/* $Id: registry.cpp,v 1.8 1999-12-19 22:05:39 sandervl Exp $ */
    22
    33/*
     
    129129  LONG  rc;
    130130
     131  dprintf(("RegCreateKeyW %x %s", hKey, astring));
    131132  rc = _O32_RegCreateKey(ConvertKey(hKey),
    132133                        astring,
Note: See TracChangeset for help on using the changeset viewer.