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 10b1d30 commit b978a93Copy full SHA for b978a93
compiler-rt/lib/profile/GCDAProfiling.c
@@ -23,6 +23,7 @@
23
24
#include <errno.h>
25
#include <fcntl.h>
26
+#include <stdint.h>
27
#include <stdio.h>
28
#include <stdlib.h>
29
#include <string.h>
@@ -38,16 +39,6 @@
38
39
#include <unistd.h>
40
#endif
41
-#if !defined(_MSC_VER)
42
-#include <stdint.h>
43
-#endif
44
-
45
-#if defined(_MSC_VER)
46
-typedef unsigned char uint8_t;
47
-typedef unsigned int uint32_t;
48
-typedef unsigned long long uint64_t;
49
50
51
#include "InstrProfiling.h"
52
#include "InstrProfilingUtil.h"
53
0 commit comments