mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
9 lines
131 B
C++
9 lines
131 B
C++
#ifndef _WIN_VER_H_
|
|
#define _WIN_VER_H_
|
|
|
|
#include <string>
|
|
|
|
std::string get_windows_version( void );
|
|
|
|
|
|
#endif //_WIN_VER_H_
|