| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 1 #ifndef IE_VERSION_H | |
| 2 #define IE_VERSION_H | |
| 3 | |
| 1 #include <string> | 4 #include <string> |
| 2 | 5 |
| 3 namespace AdblockPlus | 6 namespace AdblockPlus |
| 4 { | 7 { |
| 5 namespace IE | 8 namespace IE |
| 6 { | 9 { |
| 7 std::wstring installed_version_string(); | 10 std::wstring InstalledVersionString(); |
| 8 int installed_major_version(); | 11 int InstalledMajorVersion(); |
| 9 } | 12 } |
| 10 } | 13 } |
| 14 | |
| 15 #endif | |
| LEFT | RIGHT |