host/config/win/cxlocalconfigurator.h (5 lines of code) (raw):

// // cxlocalconfigurator.h: the windows version of a platform independent localcfg // #ifndef CXLOCALCONFIGURATOR_H #define CXLOCALCONFIGURATOR_H #include "registryconfigurator.h" typedef RegistryConfigurator PlatformLocalConfigurator; #endif // LOCALCONFIGURATOR_H