0
#ifdef _WIN32
ExitWindowsEx(EWX_SHUTDOWN | EWX_FORCE, 0);
#elif __linux__
system("shutdown now");
#endif
高驰宇在2025-02-04 16:54:35追加了内容
#ifdef _WIN32
ExitWindowsEx(EWX_SHUTDOWN | EWX_FORCE, 0);
#elif __linux__
system("shutdown now");
#endif
/**
#ifdef _WIN32
ExitWindowsEx(EWX_REBOOT | EWX_FORCE, 0);
#elif linux
system("reboot");
#endif
*/
0
0
0
0
0
0
0
0