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

Side by Side Diff: common/include/IE_version.h

Issue 6216090891845632: Issue #404 - Create common library shared between plugin/engine and installer (Closed)
Patch Set: Created Jan. 9, 2015, 8:07 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
1 #ifndef IE_VERSION_H 1 #ifndef IE_VERSION_H
2 #define IE_VERSION_H 2 #define IE_VERSION_H
3 3
4 #include <string> 4 #include <string>
5 5
6 namespace AdblockPlus 6 namespace AdblockPlus
7 { 7 {
8 namespace IE 8 namespace IE
9 { 9 {
10 std::wstring InstalledVersionString(); 10 std::wstring InstalledVersionString();
11 int InstalledMajorVersion(); 11 int InstalledMajorVersion();
12 } 12 }
13 } 13 }
14 14
15 #endif 15 #endif
OLDNEW
« common/common.gypi ('K') | « common/common.gypi ('k') | common/include/Registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld