Skip to content
Snippets Groups Projects
Commit 1378df3e authored by Lais Frigério's avatar Lais Frigério
Browse files

SCRUM#87 - Get distro info on windows

parent 5e3d6cce
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -13,7 +13,8 @@
* @brief Get info from Ubuntu, debian, Linux Comunicações, Linux Educacional, fedora and OpenSUSE distro; windows use dtwinver
*/
std::string get_distro();
#ifdef WIN32
std::string get_winver();
#endif // WIN32
#ifdef __unix__
std::string get_distro_linux();
#else
std::string get_distro_win();
#endif // __unix__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment