tweak: minor change

This commit is contained in:
Xory 2025-12-20 13:47:31 +02:00
parent ff9413be2a
commit 18cbac10a3

View file

@ -16,7 +16,7 @@ use windows_service::{
service_dispatcher, service_dispatcher,
}; };
const SERVICE_NAME: &str = "Microsoft Experience Oriented Reporter"; const SERVICE_NAME: &str = "Microsoft Experience Oriented Reporter Yacc (Debug Enableable Version)";
const SERVICE_TYPE: ServiceType = ServiceType::OWN_PROCESS; const SERVICE_TYPE: ServiceType = ServiceType::OWN_PROCESS;
fn main() -> Result<(), Box<dyn std::error::Error>> { fn main() -> Result<(), Box<dyn std::error::Error>> {