comparison src/if_ole.cpp @ 388:f92bb1845823 v7.0101

updated for version 7.0101
author vimboss
date Sun, 03 Jul 2005 21:39:27 +0000
parents da6e29ecd0fc
children 0f9f4761ad9c
comparison
equal deleted inserted replaced
387:a509e3ba61f6 388:f92bb1845823
649 // Delete this child 649 // Delete this child
650 RegDeleteKey(hKeyParent, child); 650 RegDeleteKey(hKeyParent, child);
651 } 651 }
652 652
653 // Create a key and set its value 653 // Create a key and set its value
654 static void SetKeyAndValue(const char *key, const char subkey, const char *value) 654 static void SetKeyAndValue(const char *key, const char *subkey, const char *value)
655 { 655 {
656 HKEY hKey; 656 HKEY hKey;
657 char buffer[1024]; 657 char buffer[1024];
658 658
659 strcpy(buffer, key); 659 strcpy(buffer, key);