#ifndef REGISTRY_H #define REGISTRY_H // 从注册表加载PATH到列表控件 void load_path(); // 将列表控件中的PATH保存回注册表 void save_path(); #endif // REGISTRY_H