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