/win32/shellext/ThgVersion.h
C Header | 12 lines | 9 code | 3 blank | 0 comment | 0 complexity | d162da0eec0c65511fe540661148e29e MD5 | raw file
Possible License(s): GPL-2.0
- #ifndef _THGVERSION_H
- #define _THGVERSION_H
- #include <string>
- class ThgVersion
- {
- public:
- static std::wstring get();
- };
- #endif