host/config/win/localconfigurator.h (5 lines of code) (raw):
//
// localconfigurator.h: the windows version of a platform independent localcfg
//
#ifndef LOCALCONFIGURATOR_H
#define LOCALCONFIGURATOR_H
#include "../fileconfigurator.h"
typedef FileConfigurator LocalConfigurator;
#endif // LOCALCONFIGURATOR_H