WinUtils.h 124 B

12345678910
  1. #ifndef WINUTILS_H
  2. #define WINUTILS_H
  3. namespace WinUtils
  4. {
  5. bool getPowerManagementPrivileges();
  6. }
  7. #endif // WINUTILS_H