www.pudn.com > TidyWin32-src.zip > Profile.h
#ifndef PROFILE_H #define PROFILE_H extern const char* TIDYGUI_REG_KEY; extern const char* SOURCE_FILE_REG_KEY; extern const char* CONFIG_FILE_REG_KEY; //------------------------------------------------------------------- string GetProfileString(const char* key); void WriteProfileString(const char* key, const char* val); //------------------------------------------------------------------- #endif // PROFILE_H