Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: src/shared/IE_version.h

Issue 5171515343503360: Issue #41 - Bring method of determining IE version up to date (Closed)
Patch Set: Final (?) 2 Created Jan. 5, 2015, 1:02 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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
OLDNEW

Powered by Google App Engine
This is Rietveld