1
1

Define the windows registry static function only on Windows.

This commit was SVN r13691.
Этот коммит содержится в:
George Bosilca 2007-02-16 21:48:02 +00:00
родитель a424feee38
Коммит 386fe713ef

Просмотреть файл

@ -61,7 +61,9 @@ static bool initialized = false;
/* /*
* local functions * local functions
*/ */
#if defined(__WINDOWS__)
static int read_keys_from_registry(HKEY hKey, char *sub_key, char *current_key); static int read_keys_from_registry(HKEY hKey, char *sub_key, char *current_key);
#endif /* defined(__WINDOWS__) */
static int read_files(char *file_list); static int read_files(char *file_list);
static int param_register(const char *type_name, static int param_register(const char *type_name,
const char *component_name, const char *component_name,