#ifndef _SysExec_SysInfo_h_ #define _SysExec_SysInfo_h_ #include NAMESPACE_UPP #ifdef PLATFORM_WIN32 //////////////////////////////////////////////////////////////////////////////////// // utility function to if running Vista or newer OSs bool IsVistaOrLater(void); //////////////////////////////////////////////////////////////////////////////////// // utility function to see if running Xp or newer OSs bool IsXpOrLater(void); //////////////////////////////////////////////////////////////////////////////////// // check if user is running in admin mode bool IsUserAdministrator(void); #endif END_UPP_NAMESPACE #endif