refactor proprocessor directives
This commit is contained in:
@ -289,7 +289,7 @@ E_SIMPLE1(service_started, debug, true,
|
||||
);
|
||||
|
||||
E_SIMPLE(unmount_requested, normal, true);
|
||||
#ifndef _WIN32
|
||||
#if !defined(_WIN32)
|
||||
E_SIMPLE2(unmount_result, normal, true,
|
||||
std::string, location, loc, E_STRING,
|
||||
std::string, result, res, E_STRING
|
||||
|
Reference in New Issue
Block a user