Add version number to telemetry event

use defines from version.h in .rc files and other places.
This commit is contained in:
Enrico Giordani
2019-10-14 19:22:14 +02:00
committed by GitHub
parent eb1ef65fac
commit f9be71eca5
14 changed files with 39 additions and 4 deletions

View File

@@ -4,5 +4,5 @@ class Trace {
public:
static void RegisterProvider();
static void UnregisterProvider();
static void EventLaunch();
static void EventLaunch(const std::wstring& versionNumber);
};