Changeset 2172 for trunk/src/advapi32/registry.cpp
- Timestamp:
- Dec 21, 1999, 1:35:28 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/advapi32/registry.cpp
r2150 r2172 1 /* $Id: registry.cpp,v 1. 8 1999-12-19 22:05:39sandervl Exp $ */1 /* $Id: registry.cpp,v 1.9 1999-12-21 00:31:38 sandervl Exp $ */ 2 2 3 3 /* … … 233 233 LONG rc; 234 234 235 dprintf(("RegDeleteKeyW %s", astring)); 235 236 rc = _O32_RegDeleteKey(ConvertKey(hKey), 236 237 astring); … … 255 256 LPCSTR,lpszSubKey) 256 257 { 258 dprintf(("RegDeleteKeyW %s", lpszSubKey)); 257 259 return _O32_RegDeleteKey(ConvertKey(hKey), 258 260 lpszSubKey);
Note:
See TracChangeset
for help on using the changeset viewer.