| Index: src/shared/IE_version.h |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/src/shared/IE_version.h |
| @@ -0,0 +1,10 @@ |
| +#include <string> |
|
sergei
2014/07/28 11:46:27
Where is the guard?
Eric
2014/07/29 12:42:25
Yep. It needs one.
|
| + |
| +namespace AdblockPlus |
| +{ |
| + namespace IE |
| + { |
| + std::wstring installed_version_string(); |
|
sergei
2014/07/28 11:46:27
That's not our convention, InstalledVesionAsString
|
| + int installed_major_version(); |
| + } |
| +} |