We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd9aaa commit 421ce66Copy full SHA for 421ce66
analytics/src/analytics_desktop.cc
@@ -28,6 +28,7 @@
28
29
#if defined(_WIN32)
30
#include <windows.h>
31
+
32
#include "analytics_windows.h"
33
#endif // defined(_WIN32)
34
analytics/src/analytics_desktop_dynamic.c
@@ -18,7 +18,8 @@
18
19
#include <stddef.h>
20
21
-// A nice big chunk of stub memory that can be returned by stubbed Create methods.
+// A nice big chunk of stub memory that can be returned by stubbed Create
22
+// methods.
23
static char g_stub_memory[256] = {0};
24
25
// clang-format off
0 commit comments