Changeset 2150 for trunk/src/advapi32/registry.cpp
- Timestamp:
- Dec 19, 1999, 11:05:40 PM (26 years ago)
- 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:16sandervl Exp $ */1 /* $Id: registry.cpp,v 1.8 1999-12-19 22:05:39 sandervl Exp $ */ 2 2 3 3 /* … … 129 129 LONG rc; 130 130 131 dprintf(("RegCreateKeyW %x %s", hKey, astring)); 131 132 rc = _O32_RegCreateKey(ConvertKey(hKey), 132 133 astring,
Note:
See TracChangeset
for help on using the changeset viewer.