#include #include #include "wineconf.h" #include "wineconf.m" #define TYPICAL_FIELD_SIZE 300 #define TYPICAL_STRING_SIZE 100 #define BIG_STRING_SIZE 2000 static CONFIG_FILE cf_etcwineconf("/etc/wine.conf", help_nil, CONFIGF_MANAGED); // static CONFIG_FILE cf_homewineconf("~/.winerc", help_nil, CONFIGF_MANAGED); HELP_FILE adv_opts_helpfile("wineconf", "adv_opts"); HELP_FILE devices_helpfile("wineconf", "devices"); HELP_FILE virtual_drives_helpfile("wineconf", "virtual_drives"); HELP_FILE apps_behav_helpfile("wineconf", "apps_behav"); HELP_FILE int_dirs_helpfile("wineconf", "int_dirs");